Color Hex Logo

#befcca Color Hex

#BEFCCA
(190,252,202)
0 Favorites   0 Comments

Color spaces of #befcca

RGB 190252202
HSL0.370.910.87
HSV132°25°99°
CMYK 0.250.000.20   0.01
XYZ66.706384.832268.7356
Yxy84.83220.30280.3851
Hunter Lab92.1044-31.904720.2262
CIE-Lab93.8108-28.984917.7605

#befcca color RGB value is (190,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11001010
Octal 276 374 312
Decimal 190 252 202
Hex BE FC CA

RGB Percentages of Color #befcca

%29.50
%39.13
%31.37

CMYK Percentages of Color #befcca

%25
%0
%20
%1

Triadic Colors of #befcca

#befcca #cabefc #fccabe

Analogous Colors of #befcca

#befcca #befce9 #d1fcbe

Monochromatic Colors of #befcca

#befcca

Complementary Color

#befcca #fcbef0

#befcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcca Color CSS Codes

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

#befcca Text Font Color

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

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


#befcca Background Color

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

This div background color is #befcca


#befcca Border Color

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

This div border color is #befcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcca


Comments

No comments written yet.

Please login to write comment.