Color Hex Logo

#ebfccd Color Hex

#EBFCCD
(235,252,205)
0 Favorites   0 Comments

Color spaces of #ebfccd

RGB 235252205
HSL0.230.890.90
HSV82°19°99°
CMYK 0.070.000.19   0.01
XYZ80.090891.690871.2345
Yxy91.69080.32960.3773
Hunter Lab95.7553-18.272422.9216
CIE-Lab96.6938-13.485120.6768

#ebfccd color RGB value is (235,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 11001101
Octal 353 374 315
Decimal 235 252 205
Hex EB FC CD

RGB Percentages of Color #ebfccd

%33.96
%36.42
%29.62

CMYK Percentages of Color #ebfccd

%7
%0
%19
%1

Triadic Colors of #ebfccd

#ebfccd #cdebfc #fccdeb

Analogous Colors of #ebfccd

#ebfccd #d4fccd #fcf6cd

Monochromatic Colors of #ebfccd

#ebfccd

Complementary Color

#ebfccd #decdfc

#ebfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfccd Color CSS Codes

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

#ebfccd Text Font Color

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

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


#ebfccd Background Color

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

This div background color is #ebfccd


#ebfccd Border Color

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

This div border color is #ebfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfccd


Comments

No comments written yet.

Please login to write comment.