Color Hex Logo

#befbbc Color Hex

#BEFBBC
(190,251,188)
0 Favorites   0 Comments

Color spaces of #befbbc

RGB 190251188
HSL0.330.890.86
HSV118°25°98°
CMYK 0.240.000.25   0.02
XYZ64.809583.572460.2922
Yxy83.57240.31060.4005
Hunter Lab91.4179-33.436324.8895
CIE-Lab93.2645-30.882324.1528

#befbbc color RGB value is (190,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10111100
Octal 276 373 274
Decimal 190 251 188
Hex BE FB BC

RGB Percentages of Color #befbbc

%30.21
%39.90
%29.89

CMYK Percentages of Color #befbbc

%24
%0
%25
%2

Triadic Colors of #befbbc

#befbbc #bcbefb #fbbcbe

Analogous Colors of #befbbc

#befbbc #bcfbda #defbbc

Monochromatic Colors of #befbbc

#befbbc

Complementary Color

#befbbc #f9bcfb

#befbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbbc Color CSS Codes

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

#befbbc Text Font Color

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

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


#befbbc Background Color

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

This div background color is #befbbc


#befbbc Border Color

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

This div border color is #befbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbbc


Comments

No comments written yet.

Please login to write comment.