Color Hex Logo

#ccebad Color Hex

#CCEBAD
(204,235,173)
0 Favorites   0 Comments

Color spaces of #ccebad

RGB 204235173
HSL0.250.610.80
HSV90°26°92°
CMYK 0.130.000.26   0.08
XYZ62.153075.271250.7881
Yxy75.27120.33020.3999
Hunter Lab86.7590-23.953126.0233
CIE-Lab89.5199-20.838926.8241

#ccebad color RGB value is (204,235,173).

#ccebad hex color red value is 204, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ccebad hue: 0.25 , saturation: 0.61 and the lightness value of ccebad is 0.80.

The process color (four color CMYK) of #ccebad color hex is 0.13, 0.00, 0.26, 0.08. Web safe color of #ccebad is #ccff99. Color #ccebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 10101101
Octal 314 353 255
Decimal 204 235 173
Hex CC EB AD

RGB Percentages of Color #ccebad

%33.33
%38.40
%28.27

CMYK Percentages of Color #ccebad

%13
%0
%26
%8

Triadic Colors of #ccebad

#ccebad #adcceb #ebadcc

Analogous Colors of #ccebad

#ccebad #adebad #ebebad

Monochromatic Colors of #ccebad

#ccebad

Complementary Color

#ccebad #ccadeb

#ccebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebad Color CSS Codes

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

#ccebad Text Font Color

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

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


#ccebad Background Color

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

This div background color is #ccebad


#ccebad Border Color

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

This div border color is #ccebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebad


Comments

No comments written yet.

Please login to write comment.