Color Hex Logo

#eaef7b Color Hex

#EAEF7B
(234,239,123)
0 Favorites   0 Comments

Color spaces of #eaef7b

RGB 234239123
HSL0.170.780.71
HSV63°49°94°
CMYK 0.020.000.49   0.06
XYZ68.373380.655530.7033
Yxy80.65550.38040.4488
Hunter Lab89.8084-21.268442.5961
CIE-Lab91.9782-17.414955.0183

#eaef7b color RGB value is (234,239,123).

#eaef7b hex color red value is 234, green value is 239 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eaef7b hue: 0.17 , saturation: 0.78 and the lightness value of eaef7b is 0.71.

The process color (four color CMYK) of #eaef7b color hex is 0.02, 0.00, 0.49, 0.06. Web safe color of #eaef7b is #ffff66. Color #eaef7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 01111011
Octal 352 357 173
Decimal 234 239 123
Hex EA EF 7B

RGB Percentages of Color #eaef7b

%39.26
%40.10
%20.64

CMYK Percentages of Color #eaef7b

%2
%0
%49
%6

Triadic Colors of #eaef7b

#eaef7b #7beaef #ef7bea

Analogous Colors of #eaef7b

#eaef7b #b0ef7b #efba7b

Monochromatic Colors of #eaef7b

#eaef7b

Complementary Color

#eaef7b #807bef

#eaef7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaef7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaef7b Color CSS Codes

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

#eaef7b Text Font Color

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

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


#eaef7b Background Color

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

This div background color is #eaef7b


#eaef7b Border Color

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

This div border color is #eaef7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaef7b


Comments

No comments written yet.

Please login to write comment.