Color Hex Logo

#befbea Color Hex

#BEFBEA
(190,251,234)
0 Favorites   0 Comments

Color spaces of #befbea

RGB 190251234
HSL0.450.880.86
HSV163°24°98°
CMYK 0.240.000.07   0.02
XYZ70.583785.882090.6986
Yxy85.88200.28560.3475
Hunter Lab92.6725-26.22316.8437
CIE-Lab94.2619-22.48171.9252

#befbea color RGB value is (190,251,234).

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

The process color (four color CMYK) of #befbea color hex is 0.24, 0.00, 0.07, 0.02. Web safe color of #befbea is #ccffff. Color #befbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11101010
Octal 276 373 352
Decimal 190 251 234
Hex BE FB EA

RGB Percentages of Color #befbea

%28.15
%37.19
%34.67

CMYK Percentages of Color #befbea

%24
%0
%7
%2

Triadic Colors of #befbea

#befbea #eabefb #fbeabe

Analogous Colors of #befbea

#befbea #beeefb #befbcc

Monochromatic Colors of #befbea

#befbea

Complementary Color

#befbea #fbbecf

#befbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbea Color CSS Codes

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

#befbea Text Font Color

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

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


#befbea Background Color

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

This div background color is #befbea


#befbea Border Color

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

This div border color is #befbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbea


Comments

No comments written yet.

Please login to write comment.