Color Hex Logo

#befae4 Color Hex

#BEFAE4
(190,250,228)
0 Favorites   0 Comments

Color spaces of #befae4

RGB 190250228
HSL0.440.860.86
HSV158°24°98°
CMYK 0.240.000.09   0.02
XYZ69.424484.919886.1309
Yxy84.91980.28870.3531
Hunter Lab92.1519-26.78969.0903
CIE-Lab93.8485-23.19274.4262

#befae4 color RGB value is (190,250,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11100100
Octal 276 372 344
Decimal 190 250 228
Hex BE FA E4

RGB Percentages of Color #befae4

%28.44
%37.43
%34.13

CMYK Percentages of Color #befae4

%24
%0
%9
%2

Triadic Colors of #befae4

#befae4 #e4befa #fae4be

Analogous Colors of #befae4

#befae4 #bef2fa #befac6

Monochromatic Colors of #befae4

#befae4

Complementary Color

#befae4 #fabed4

#befae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befae4 Color CSS Codes

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

#befae4 Text Font Color

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

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


#befae4 Background Color

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

This div background color is #befae4


#befae4 Border Color

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

This div border color is #befae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befae4


Comments

No comments written yet.

Please login to write comment.