Color Hex Logo

#ebfdb1 Color Hex

#EBFDB1
(235,253,177)
0 Favorites   0 Comments

Color spaces of #ebfdb1

RGB 235253177
HSL0.210.950.84
HSV74°30°99°
CMYK 0.070.000.30   0.01
XYZ77.322091.087155.1012
Yxy91.08710.34590.4075
Hunter Lab95.4396-22.404432.5771
CIE-Lab96.4459-17.922834.4935

#ebfdb1 color RGB value is (235,253,177).

#ebfdb1 hex color red value is 235, green value is 253 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ebfdb1 hue: 0.21 , saturation: 0.95 and the lightness value of ebfdb1 is 0.84.

The process color (four color CMYK) of #ebfdb1 color hex is 0.07, 0.00, 0.30, 0.01. Web safe color of #ebfdb1 is #ffff99. Color #ebfdb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 10110001
Octal 353 375 261
Decimal 235 253 177
Hex EB FD B1

RGB Percentages of Color #ebfdb1

%35.34
%38.05
%26.62

CMYK Percentages of Color #ebfdb1

%7
%0
%30
%1

Triadic Colors of #ebfdb1

#ebfdb1 #b1ebfd #fdb1eb

Analogous Colors of #ebfdb1

#ebfdb1 #c5fdb1 #fde9b1

Monochromatic Colors of #ebfdb1

#ebfdb1

Complementary Color

#ebfdb1 #c3b1fd

#ebfdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdb1 Color CSS Codes

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

#ebfdb1 Text Font Color

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

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


#ebfdb1 Background Color

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

This div background color is #ebfdb1


#ebfdb1 Border Color

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

This div border color is #ebfdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdb1


Comments

No comments written yet.

Please login to write comment.