Color Hex Logo

#ccdabc Color Hex

#CCDABC
(204,218,188)
0 Favorites   0 Comments

Color spaces of #ccdabc

RGB 204218188
HSL0.240.290.80
HSV88°14°85°
CMYK 0.060.000.14   0.15
XYZ59.050366.611057.3219
Yxy66.61100.32270.3640
Hunter Lab81.6156-13.679315.4891
CIE-Lab85.3071-10.025713.1758

#ccdabc color RGB value is (204,218,188).

#ccdabc hex color red value is 204, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ccdabc hue: 0.24 , saturation: 0.29 and the lightness value of ccdabc is 0.80.

The process color (four color CMYK) of #ccdabc color hex is 0.06, 0.00, 0.14, 0.15. Web safe color of #ccdabc is #cccccc. Color #ccdabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 10111100
Octal 314 332 274
Decimal 204 218 188
Hex CC DA BC

RGB Percentages of Color #ccdabc

%33.44
%35.74
%30.82

CMYK Percentages of Color #ccdabc

%6
%0
%14
%15

Triadic Colors of #ccdabc

#ccdabc #bcccda #dabccc

Analogous Colors of #ccdabc

#ccdabc #bddabc #dad9bc

Monochromatic Colors of #ccdabc

#ccdabc

Complementary Color

#ccdabc #cabcda

#ccdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdabc Color CSS Codes

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

#ccdabc Text Font Color

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

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


#ccdabc Background Color

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

This div background color is #ccdabc


#ccdabc Border Color

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

This div border color is #ccdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdabc


Comments

No comments written yet.

Please login to write comment.