Color Hex Logo

#befcd1 Color Hex

#BEFCD1
(190,252,209)
0 Favorites   0 Comments

Color spaces of #befcd1

RGB 190252209
HSL0.380.910.87
HSV138°25°99°
CMYK 0.250.000.17   0.01
XYZ67.554285.171473.2008
Yxy85.17140.29900.3770
Hunter Lab92.2884-30.844317.5745
CIE-Lab93.9569-27.740214.3751

#befcd1 color RGB value is (190,252,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11010001
Octal 276 374 321
Decimal 190 252 209
Hex BE FC D1

RGB Percentages of Color #befcd1

%29.19
%38.71
%32.10

CMYK Percentages of Color #befcd1

%25
%0
%17
%1

Triadic Colors of #befcd1

#befcd1 #d1befc #fcd1be

Analogous Colors of #befcd1

#befcd1 #befcf0 #cafcbe

Monochromatic Colors of #befcd1

#befcd1

Complementary Color

#befcd1 #fcbee9

#befcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcd1 Color CSS Codes

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

#befcd1 Text Font Color

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

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


#befcd1 Background Color

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

This div background color is #befcd1


#befcd1 Border Color

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

This div border color is #befcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcd1


Comments

No comments written yet.

Please login to write comment.