Color Hex Logo

#befccf Color Hex

#BEFCCF
(190,252,207)
0 Favorites   0 Comments

Color spaces of #befccf

RGB 190252207
HSL0.380.910.87
HSV136°25°99°
CMYK 0.250.000.18   0.01
XYZ67.308185.073071.9047
Yxy85.07300.30010.3793
Hunter Lab92.2350-31.151718.3431
CIE-Lab93.9146-28.100115.3423

#befccf color RGB value is (190,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11001111
Octal 276 374 317
Decimal 190 252 207
Hex BE FC CF

RGB Percentages of Color #befccf

%29.28
%38.83
%31.90

CMYK Percentages of Color #befccf

%25
%0
%18
%1

Triadic Colors of #befccf

#befccf #cfbefc #fccfbe

Analogous Colors of #befccf

#befccf #befcee #ccfcbe

Monochromatic Colors of #befccf

#befccf

Complementary Color

#befccf #fcbeeb

#befccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#befccf Color CSS Codes

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

#befccf Text Font Color

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

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


#befccf Background Color

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

This div background color is #befccf


#befccf Border Color

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

This div border color is #befccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befccf


Comments

No comments written yet.

Please login to write comment.