Color Hex Logo

#befae8 Color Hex

#BEFAE8
(190,250,232)
0 Favorites   0 Comments

Color spaces of #befae8

RGB 190250232
HSL0.450.860.86
HSV162°24°98°
CMYK 0.240.000.07   0.02
XYZ69.986385.144689.0898
Yxy85.14460.28660.3486
Hunter Lab92.2738-26.09357.3476
CIE-Lab93.9454-22.39862.4988

#befae8 color RGB value is (190,250,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11101000
Octal 276 372 350
Decimal 190 250 232
Hex BE FA E8

RGB Percentages of Color #befae8

%28.27
%37.20
%34.52

CMYK Percentages of Color #befae8

%24
%0
%7
%2

Triadic Colors of #befae8

#befae8 #e8befa #fae8be

Analogous Colors of #befae8

#befae8 #beeefa #befaca

Monochromatic Colors of #befae8

#befae8

Complementary Color

#befae8 #fabed0

#befae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befae8 Color CSS Codes

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

#befae8 Text Font Color

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

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


#befae8 Background Color

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

This div background color is #befae8


#befae8 Border Color

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

This div border color is #befae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befae8


Comments

No comments written yet.

Please login to write comment.