Color Hex Logo

#ebfca1 Color Hex

#EBFCA1
(235,252,161)
0 Favorites   0 Comments

Color spaces of #ebfca1

RGB 235252161
HSL0.200.940.81
HSV71°36°99°
CMYK 0.070.000.36   0.01
XYZ75.504489.856247.0827
Yxy89.85620.35540.4230
Hunter Lab94.7925-23.707636.9059
CIE-Lab95.9371-19.416141.7560

#ebfca1 color RGB value is (235,252,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 10100001
Octal 353 374 241
Decimal 235 252 161
Hex EB FC A1

RGB Percentages of Color #ebfca1

%36.27
%38.89
%24.85

CMYK Percentages of Color #ebfca1

%7
%0
%36
%1

Triadic Colors of #ebfca1

#ebfca1 #a1ebfc #fca1eb

Analogous Colors of #ebfca1

#ebfca1 #befca1 #fce0a1

Monochromatic Colors of #ebfca1

#ebfca1

Complementary Color

#ebfca1 #b2a1fc

#ebfca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfca1 Color CSS Codes

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

#ebfca1 Text Font Color

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

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


#ebfca1 Background Color

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

This div background color is #ebfca1


#ebfca1 Border Color

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

This div border color is #ebfca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfca1


Comments

No comments written yet.

Please login to write comment.