Color Hex Logo

#ebfbca Color Hex

#EBFBCA
(235,251,202)
0 Favorites   0 Comments

Color spaces of #ebfbca

RGB 235251202
HSL0.220.860.89
HSV80°20°98°
CMYK 0.060.000.20   0.02
XYZ79.418890.920869.2408
Yxy90.92080.33150.3795
Hunter Lab95.3524-18.194423.6928
CIE-Lab96.3774-13.446121.7665

#ebfbca color RGB value is (235,251,202).

#ebfbca hex color red value is 235, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebfbca hue: 0.22 , saturation: 0.86 and the lightness value of ebfbca is 0.89.

The process color (four color CMYK) of #ebfbca color hex is 0.06, 0.00, 0.20, 0.02. Web safe color of #ebfbca is #ffffcc. Color #ebfbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11001010
Octal 353 373 312
Decimal 235 251 202
Hex EB FB CA

RGB Percentages of Color #ebfbca

%34.16
%36.48
%29.36

CMYK Percentages of Color #ebfbca

%6
%0
%20
%2

Triadic Colors of #ebfbca

#ebfbca #caebfb #fbcaeb

Analogous Colors of #ebfbca

#ebfbca #d3fbca #fbf3ca

Monochromatic Colors of #ebfbca

#ebfbca

Complementary Color

#ebfbca #dacafb

#ebfbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbca Color CSS Codes

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

#ebfbca Text Font Color

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

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


#ebfbca Background Color

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

This div background color is #ebfbca


#ebfbca Border Color

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

This div border color is #ebfbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbca


Comments

No comments written yet.

Please login to write comment.