Color Hex Logo

#eaefb7 Color Hex

#EAEFB7
(234,239,183)
0 Favorites   0 Comments

Color spaces of #eaefb7

RGB 234239183
HSL0.180.640.83
HSV65°23°94°
CMYK 0.020.000.23   0.06
XYZ73.345482.644356.8860
Yxy82.64430.34450.3882
Hunter Lab90.9089-15.076626.5357
CIE-Lab92.8585-10.602726.6058

#eaefb7 color RGB value is (234,239,183).

#eaefb7 hex color red value is 234, green value is 239 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #eaefb7 hue: 0.18 , saturation: 0.64 and the lightness value of eaefb7 is 0.83.

The process color (four color CMYK) of #eaefb7 color hex is 0.02, 0.00, 0.23, 0.06. Web safe color of #eaefb7 is #ffffcc. Color #eaefb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10110111
Octal 352 357 267
Decimal 234 239 183
Hex EA EF B7

RGB Percentages of Color #eaefb7

%35.67
%36.43
%27.90

CMYK Percentages of Color #eaefb7

%2
%0
%23
%6

Triadic Colors of #eaefb7

#eaefb7 #b7eaef #efb7ea

Analogous Colors of #eaefb7

#eaefb7 #ceefb7 #efd8b7

Monochromatic Colors of #eaefb7

#eaefb7

Complementary Color

#eaefb7 #bcb7ef

#eaefb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaefb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaefb7 Color CSS Codes

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

#eaefb7 Text Font Color

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

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


#eaefb7 Background Color

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

This div background color is #eaefb7


#eaefb7 Border Color

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

This div border color is #eaefb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaefb7


Comments

No comments written yet.

Please login to write comment.