Color Hex Logo

#ebf26b Color Hex

#EBF26B
(235,242,107)
0 Favorites   0 Comments

Color spaces of #ebf26b

RGB 235242107
HSL0.180.840.68
HSV63°56°95°
CMYK 0.030.000.56   0.05
XYZ68.666982.228026.1624
Yxy82.22800.38780.4644
Hunter Lab90.6797-23.520846.3697
CIE-Lab92.6754-19.779863.0338

#ebf26b color RGB value is (235,242,107).

#ebf26b hex color red value is 235, green value is 242 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ebf26b hue: 0.18 , saturation: 0.84 and the lightness value of ebf26b is 0.68.

The process color (four color CMYK) of #ebf26b color hex is 0.03, 0.00, 0.56, 0.05. Web safe color of #ebf26b is #ffff66. Color #ebf26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 01101011
Octal 353 362 153
Decimal 235 242 107
Hex EB F2 6B

RGB Percentages of Color #ebf26b

%40.24
%41.44
%18.32

CMYK Percentages of Color #ebf26b

%3
%0
%56
%5

Triadic Colors of #ebf26b

#ebf26b #6bebf2 #f26beb

Analogous Colors of #ebf26b

#ebf26b #a8f26b #f2b66b

Monochromatic Colors of #ebf26b

#ebf26b

Complementary Color

#ebf26b #726bf2

#ebf26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf26b Color CSS Codes

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

#ebf26b Text Font Color

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

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


#ebf26b Background Color

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

This div background color is #ebf26b


#ebf26b Border Color

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

This div border color is #ebf26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf26b


Comments

No comments written yet.

Please login to write comment.