Color Hex Logo

#ebf07b Color Hex

#EBF07B
(235,240,123)
0 Favorites   0 Comments

Color spaces of #ebf07b

RGB 235240123
HSL0.170.800.71
HSV63°49°94°
CMYK 0.020.000.49   0.06
XYZ68.996281.412430.8166
Yxy81.41240.38070.4492
Hunter Lab90.2288-21.405042.9104
CIE-Lab92.3149-17.509955.4377

#ebf07b color RGB value is (235,240,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01111011
Octal 353 360 173
Decimal 235 240 123
Hex EB F0 7B

RGB Percentages of Color #ebf07b

%39.30
%40.13
%20.57

CMYK Percentages of Color #ebf07b

%2
%0
%49
%6

Triadic Colors of #ebf07b

#ebf07b #7bebf0 #f07beb

Analogous Colors of #ebf07b

#ebf07b #b1f07b #f0bb7b

Monochromatic Colors of #ebf07b

#ebf07b

Complementary Color

#ebf07b #807bf0

#ebf07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf07b Color CSS Codes

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

#ebf07b Text Font Color

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

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


#ebf07b Background Color

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

This div background color is #ebf07b


#ebf07b Border Color

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

This div border color is #ebf07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf07b


Comments

No comments written yet.

Please login to write comment.