Color Hex Logo

#befcbd Color Hex

#BEFCBD
(190,252,189)
0 Favorites   0 Comments

Color spaces of #befcbd

RGB 190252189
HSL0.330.910.86
HSV119°25°99°
CMYK 0.250.000.25   0.01
XYZ65.230984.242160.9664
Yxy84.24210.31000.4003
Hunter Lab91.7835-33.760424.8656
CIE-Lab93.5556-31.185224.0447

#befcbd color RGB value is (190,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10111101
Octal 276 374 275
Decimal 190 252 189
Hex BE FC BD

RGB Percentages of Color #befcbd

%30.11
%39.94
%29.95

CMYK Percentages of Color #befcbd

%25
%0
%25
%1

Triadic Colors of #befcbd

#befcbd #bdbefc #fcbdbe

Analogous Colors of #befcbd

#befcbd #bdfcdc #defcbd

Monochromatic Colors of #befcbd

#befcbd

Complementary Color

#befcbd #fbbdfc

#befcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcbd Color CSS Codes

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

#befcbd Text Font Color

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

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


#befcbd Background Color

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

This div background color is #befcbd


#befcbd Border Color

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

This div border color is #befcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcbd


Comments

No comments written yet.

Please login to write comment.