Color Hex Logo

#bef9ae Color Hex

#BEF9AE
(190,249,174)
0 Favorites   0 Comments

Color spaces of #bef9ae

RGB 190249174
HSL0.300.860.83
HSV107°30°98°
CMYK 0.240.000.30   0.02
XYZ62.750981.754552.5173
Yxy81.75450.31850.4149
Hunter Lab90.4182-34.351528.8555
CIE-Lab92.4664-32.152230.1636

#bef9ae color RGB value is (190,249,174).

#bef9ae hex color red value is 190, green value is 249 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bef9ae hue: 0.30 , saturation: 0.86 and the lightness value of bef9ae is 0.83.

The process color (four color CMYK) of #bef9ae color hex is 0.24, 0.00, 0.30, 0.02. Web safe color of #bef9ae is #ccff99. Color #bef9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 10101110
Octal 276 371 256
Decimal 190 249 174
Hex BE F9 AE

RGB Percentages of Color #bef9ae

%31.00
%40.62
%28.38

CMYK Percentages of Color #bef9ae

%24
%0
%30
%2

Triadic Colors of #bef9ae

#bef9ae #aebef9 #f9aebe

Analogous Colors of #bef9ae

#bef9ae #aef9c4 #e4f9ae

Monochromatic Colors of #bef9ae

#bef9ae

Complementary Color

#bef9ae #e9aef9

#bef9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef9ae Color CSS Codes

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

#bef9ae Text Font Color

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

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


#bef9ae Background Color

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

This div background color is #bef9ae


#bef9ae Border Color

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

This div border color is #bef9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef9ae


Comments

No comments written yet.

Please login to write comment.