Color Hex Logo

#ebf09b Color Hex

#EBF09B
(235,240,155)
0 Favorites   0 Comments

Color spaces of #ebf09b

RGB 235240155
HSL0.180.740.77
HSV64°35°94°
CMYK 0.020.000.35   0.06
XYZ71.337482.348943.1454
Yxy82.34890.36240.4184
Hunter Lab90.7463-18.483735.3329
CIE-Lab92.7286-14.267040.5633

#ebf09b color RGB value is (235,240,155).

#ebf09b hex color red value is 235, green value is 240 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ebf09b hue: 0.18 , saturation: 0.74 and the lightness value of ebf09b is 0.77.

The process color (four color CMYK) of #ebf09b color hex is 0.02, 0.00, 0.35, 0.06. Web safe color of #ebf09b is #ffff99. Color #ebf09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 10011011
Octal 353 360 233
Decimal 235 240 155
Hex EB F0 9B

RGB Percentages of Color #ebf09b

%37.30
%38.10
%24.60

CMYK Percentages of Color #ebf09b

%2
%0
%35
%6

Triadic Colors of #ebf09b

#ebf09b #9bebf0 #f09beb

Analogous Colors of #ebf09b

#ebf09b #c1f09b #f0cb9b

Monochromatic Colors of #ebf09b

#ebf09b

Complementary Color

#ebf09b #a09bf0

#ebf09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf09b Color CSS Codes

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

#ebf09b Text Font Color

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

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


#ebf09b Background Color

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

This div background color is #ebf09b


#ebf09b Border Color

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

This div border color is #ebf09b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,240,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebf09b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebf09b;
  -webkit-box-shadow: 1px 1px 3px 2px #ebf09b;
  box-shadow:         1px 1px 3px 2px #ebf09b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,240,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf09b

#ebf09b Color Palettes


Comments

No comments written yet.

Please login to write comment.