Color Hex Logo

#ebfdcc Color Hex

#EBFDCC
(235,253,204)
0 Favorites   0 Comments

Color spaces of #ebfdcc

RGB 235253204
HSL0.230.920.90
HSV82°19°99°
CMYK 0.070.000.19   0.01
XYZ80.285392.272470.7056
Yxy92.27240.33000.3793
Hunter Lab96.0585-18.912923.5995
CIE-Lab96.9315-14.128021.5175

#ebfdcc color RGB value is (235,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11001100
Octal 353 375 314
Decimal 235 253 204
Hex EB FD CC

RGB Percentages of Color #ebfdcc

%33.96
%36.56
%29.48

CMYK Percentages of Color #ebfdcc

%7
%0
%19
%1

Triadic Colors of #ebfdcc

#ebfdcc #ccebfd #fdcceb

Analogous Colors of #ebfdcc

#ebfdcc #d3fdcc #fdf7cc

Monochromatic Colors of #ebfdcc

#ebfdcc

Complementary Color

#ebfdcc #deccfd

#ebfdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdcc Color CSS Codes

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

#ebfdcc Text Font Color

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

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


#ebfdcc Background Color

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

This div background color is #ebfdcc


#ebfdcc Border Color

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

This div border color is #ebfdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,253,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 #ebfdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.