Color Hex Logo

#bef7ae Color Hex

#BEF7AE
(190,247,174)
0 Favorites   0 Comments

Color spaces of #bef7ae

RGB 190247174
HSL0.300.820.83
HSV107°30°97°
CMYK 0.230.000.30   0.03
XYZ62.136080.524752.3123
Yxy80.52470.31870.4130
Hunter Lab89.7356-33.437728.2512
CIE-Lab91.9198-31.222829.4255

#bef7ae color RGB value is (190,247,174).

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

The process color (four color CMYK) of #bef7ae color hex is 0.23, 0.00, 0.30, 0.03. Web safe color of #bef7ae is #ccff99. Color #bef7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110111 10101110
Octal 276 367 256
Decimal 190 247 174
Hex BE F7 AE

RGB Percentages of Color #bef7ae

%31.10
%40.43
%28.48

CMYK Percentages of Color #bef7ae

%23
%0
%30
%3

Triadic Colors of #bef7ae

#bef7ae #aebef7 #f7aebe

Analogous Colors of #bef7ae

#bef7ae #aef7c3 #e3f7ae

Monochromatic Colors of #bef7ae

#bef7ae

Complementary Color

#bef7ae #e7aef7

#bef7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef7ae Color CSS Codes

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

#bef7ae Text Font Color

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

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


#bef7ae Background Color

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

This div background color is #bef7ae


#bef7ae Border Color

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

This div border color is #bef7ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,247,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 #bef7ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef7ae


Comments

No comments written yet.

Please login to write comment.