Color Hex Logo

#ebfccc Color Hex

#EBFCCC
(235,252,204)
0 Favorites   0 Comments

Color spaces of #ebfccc

RGB 235252204
HSL0.230.890.89
HSV81°19°99°
CMYK 0.070.000.19   0.01
XYZ79.970491.642670.6006
Yxy91.64260.33020.3784
Hunter Lab95.7301-18.413623.2850
CIE-Lab96.6740-13.636821.1593

#ebfccc color RGB value is (235,252,204).

#ebfccc hex color red value is 235, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebfccc hue: 0.23 , saturation: 0.89 and the lightness value of ebfccc is 0.89.

The process color (four color CMYK) of #ebfccc color hex is 0.07, 0.00, 0.19, 0.01. Web safe color of #ebfccc is #ffffcc. Color #ebfccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 11001100
Octal 353 374 314
Decimal 235 252 204
Hex EB FC CC

RGB Percentages of Color #ebfccc

%34.01
%36.47
%29.52

CMYK Percentages of Color #ebfccc

%7
%0
%19
%1

Triadic Colors of #ebfccc

#ebfccc #ccebfc #fccceb

Analogous Colors of #ebfccc

#ebfccc #d3fccc #fcf5cc

Monochromatic Colors of #ebfccc

#ebfccc

Complementary Color

#ebfccc #ddccfc

#ebfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfccc Color CSS Codes

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

#ebfccc Text Font Color

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

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


#ebfccc Background Color

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

This div background color is #ebfccc


#ebfccc Border Color

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

This div border color is #ebfccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfccc


Comments

No comments written yet.

Please login to write comment.