Color Hex Logo

#ccd0ba Color Hex

#CCD0BA
(204,208,186)
0 Favorites   0 Comments

Color spaces of #ccd0ba

RGB 204208186
HSL0.200.190.77
HSV71°11°82°
CMYK 0.020.000.11   0.18
XYZ56.320661.494355.3555
Yxy61.49430.32520.3551
Hunter Lab78.4183-9.032013.0400
CIE-Lab82.6438-5.223710.4519

#ccd0ba color RGB value is (204,208,186).

#ccd0ba hex color red value is 204, green value is 208 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccd0ba hue: 0.20 , saturation: 0.19 and the lightness value of ccd0ba is 0.77.

The process color (four color CMYK) of #ccd0ba color hex is 0.02, 0.00, 0.11, 0.18. Web safe color of #ccd0ba is #cccccc. Color #ccd0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 10111010
Octal 314 320 272
Decimal 204 208 186
Hex CC D0 BA

RGB Percentages of Color #ccd0ba

%34.11
%34.78
%31.10

CMYK Percentages of Color #ccd0ba

%2
%0
%11
%18

Triadic Colors of #ccd0ba

#ccd0ba #baccd0 #d0bacc

Analogous Colors of #ccd0ba

#ccd0ba #c1d0ba #d0c9ba

Monochromatic Colors of #ccd0ba

#ccd0ba

Complementary Color

#ccd0ba #bebad0

#ccd0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd0ba Color CSS Codes

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

#ccd0ba Text Font Color

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

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


#ccd0ba Background Color

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

This div background color is #ccd0ba


#ccd0ba Border Color

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

This div border color is #ccd0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd0ba


Comments

No comments written yet.

Please login to write comment.