Color Hex Logo

#befcd9 Color Hex

#BEFCD9
(190,252,217)
0 Favorites   0 Comments

Color spaces of #befcd9

RGB 190252217
HSL0.410.910.87
HSV146°25°99°
CMYK 0.250.000.14   0.01
XYZ68.570085.577778.5498
Yxy85.57770.29470.3678
Hunter Lab92.5082-29.579614.4119
CIE-Lab94.1315-26.267210.5084

#befcd9 color RGB value is (190,252,217).

#befcd9 hex color red value is 190, green value is 252 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #befcd9 hue: 0.41 , saturation: 0.91 and the lightness value of befcd9 is 0.87.

The process color (four color CMYK) of #befcd9 color hex is 0.25, 0.00, 0.14, 0.01. Web safe color of #befcd9 is #ccffcc. Color #befcd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11011001
Octal 276 374 331
Decimal 190 252 217
Hex BE FC D9

RGB Percentages of Color #befcd9

%28.83
%38.24
%32.93

CMYK Percentages of Color #befcd9

%25
%0
%14
%1

Triadic Colors of #befcd9

#befcd9 #d9befc #fcd9be

Analogous Colors of #befcd9

#befcd9 #befcf8 #c2fcbe

Monochromatic Colors of #befcd9

#befcd9

Complementary Color

#befcd9 #fcbee1

#befcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcd9 Color CSS Codes

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

#befcd9 Text Font Color

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

This sample text font color is #befcd9
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.


#befcd9 Background Color

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

This div background color is #befcd9


#befcd9 Border Color

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

This div border color is #befcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcd9


Comments

No comments written yet.

Please login to write comment.