Color Hex Logo

#befdae Color Hex

#BEFDAE
(190,253,174)
0 Favorites   0 Comments

Color spaces of #befdae

RGB 190253174
HSL0.300.950.84
HSV108°31°99°
CMYK 0.250.000.31   0.01
XYZ64.000584.253752.9338
Yxy84.25370.31810.4188
Hunter Lab91.7898-36.172930.0612
CIE-Lab93.5606-33.997531.6366

#befdae color RGB value is (190,253,174).

#befdae hex color red value is 190, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #befdae hue: 0.30 , saturation: 0.95 and the lightness value of befdae is 0.84.

The process color (four color CMYK) of #befdae color hex is 0.25, 0.00, 0.31, 0.01. Web safe color of #befdae is #ccff99. Color #befdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10101110
Octal 276 375 256
Decimal 190 253 174
Hex BE FD AE

RGB Percentages of Color #befdae

%30.79
%41.00
%28.20

CMYK Percentages of Color #befdae

%25
%0
%31
%1

Triadic Colors of #befdae

#befdae #aebefd #fdaebe

Analogous Colors of #befdae

#befdae #aefdc6 #e6fdae

Monochromatic Colors of #befdae

#befdae

Complementary Color

#befdae #edaefd

#befdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdae Color CSS Codes

.mybgcolor {background-color:#befdae; } 
.myforecolor {color:#befdae; }
.mybordercolor {border:3px solid #befdae; }

#befdae Text Font Color

<p style="color:#befdae">Text here</p>

This sample text font color is #befdae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#befdae Background Color

<div style="background-color:#befdae">
Div content here</div>

This div background color is #befdae


#befdae Border Color

<div style="border:3px solid #befdae">
Div here</div>

This div border color is #befdae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,253,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #befdae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #befdae;
  -webkit-box-shadow: 1px 1px 3px 2px #befdae;
  box-shadow:         1px 1px 3px 2px #befdae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,253,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #befdae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #befdae;
  -webkit-box-shadow: 1px 1px 3px 2px #befdae;
  box-shadow:         1px 1px 3px 2px #befdae;">
Div content here</div>

This div box has shadow with color #befdae


Comments

No comments written yet.

Please login to write comment.