Color Hex Logo

#befcaf Color Hex

#BEFCAF
(190,252,175)
0 Favorites   0 Comments

Color spaces of #befcaf

RGB 190252175
HSL0.300.930.84
HSV108°31°99°
CMYK 0.250.000.31   0.01
XYZ63.783583.663153.3443
Yxy83.66310.31770.4167
Hunter Lab91.4675-35.593929.4491
CIE-Lab93.3040-33.387330.7887

#befcaf color RGB value is (190,252,175).

#befcaf hex color red value is 190, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #befcaf hue: 0.30 , saturation: 0.93 and the lightness value of befcaf is 0.84.

The process color (four color CMYK) of #befcaf color hex is 0.25, 0.00, 0.31, 0.01. Web safe color of #befcaf is #ccff99. Color #befcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10101111
Octal 276 374 257
Decimal 190 252 175
Hex BE FC AF

RGB Percentages of Color #befcaf

%30.79
%40.84
%28.36

CMYK Percentages of Color #befcaf

%25
%0
%31
%1

Triadic Colors of #befcaf

#befcaf #afbefc #fcafbe

Analogous Colors of #befcaf

#befcaf #affcc7 #e5fcaf

Monochromatic Colors of #befcaf

#befcaf

Complementary Color

#befcaf #edaffc

#befcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcaf Color CSS Codes

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

#befcaf Text Font Color

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

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


#befcaf Background Color

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

This div background color is #befcaf


#befcaf Border Color

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

This div border color is #befcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcaf

Related Colors

#befcaf Color Palettes


Comments

No comments written yet.

Please login to write comment.