Color Hex Logo

#befcc1 Color Hex

#BEFCC1
(190,252,193)
0 Favorites   0 Comments

Color spaces of #befcc1

RGB 190252193
HSL0.340.910.87
HSV123°25°99°
CMYK 0.250.000.23   0.01
XYZ65.671284.418263.2852
Yxy84.41820.30780.3956
Hunter Lab91.8794-33.205223.4775
CIE-Lab93.6318-30.524022.1123

#befcc1 color RGB value is (190,252,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11000001
Octal 276 374 301
Decimal 190 252 193
Hex BE FC C1

RGB Percentages of Color #befcc1

%29.92
%39.69
%30.39

CMYK Percentages of Color #befcc1

%25
%0
%23
%1

Triadic Colors of #befcc1

#befcc1 #c1befc #fcc1be

Analogous Colors of #befcc1

#befcc1 #befce0 #dafcbe

Monochromatic Colors of #befcc1

#befcc1

Complementary Color

#befcc1 #fcbef9

#befcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcc1 Color CSS Codes

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

#befcc1 Text Font Color

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

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


#befcc1 Background Color

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

This div background color is #befcc1


#befcc1 Border Color

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

This div border color is #befcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcc1


Comments

No comments written yet.

Please login to write comment.