Color Hex Logo

#ebfca8 Color Hex

#EBFCA8
(235,252,168)
0 Favorites   0 Comments

Color spaces of #ebfca8

RGB 235252168
HSL0.200.930.82
HSV72°33°99°
CMYK 0.070.000.33   0.01
XYZ76.139290.110150.4258
Yxy90.11010.35140.4159
Hunter Lab94.9263-22.948534.9530
CIE-Lab96.0424-18.575938.4396

#ebfca8 color RGB value is (235,252,168).

#ebfca8 hex color red value is 235, green value is 252 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ebfca8 hue: 0.20 , saturation: 0.93 and the lightness value of ebfca8 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 10101000
Octal 353 374 250
Decimal 235 252 168
Hex EB FC A8

RGB Percentages of Color #ebfca8

%35.88
%38.47
%25.65

CMYK Percentages of Color #ebfca8

%7
%0
%33
%1

Triadic Colors of #ebfca8

#ebfca8 #a8ebfc #fca8eb

Analogous Colors of #ebfca8

#ebfca8 #c1fca8 #fce3a8

Monochromatic Colors of #ebfca8

#ebfca8

Complementary Color

#ebfca8 #b9a8fc

#ebfca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfca8 Color CSS Codes

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

#ebfca8 Text Font Color

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

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


#ebfca8 Background Color

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

This div background color is #ebfca8


#ebfca8 Border Color

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

This div border color is #ebfca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfca8

Related Colors


Comments

No comments written yet.

Please login to write comment.