Color Hex Logo

#ccd3be Color Hex

#CCD3BE
(204,211,190)
0 Favorites   0 Comments

Color spaces of #ccd3be

RGB 204211190
HSL0.220.190.79
HSV80°10°83°
CMYK 0.030.000.10   0.17
XYZ57.490463.143657.8731
Yxy63.14360.32210.3537
Hunter Lab79.4629-9.917712.4430
CIE-Lab83.5179-6.10389.5749

#ccd3be color RGB value is (204,211,190).

#ccd3be hex color red value is 204, green value is 211 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ccd3be hue: 0.22 , saturation: 0.19 and the lightness value of ccd3be is 0.79.

The process color (four color CMYK) of #ccd3be color hex is 0.03, 0.00, 0.10, 0.17. Web safe color of #ccd3be is #cccccc. Color #ccd3be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 10111110
Octal 314 323 276
Decimal 204 211 190
Hex CC D3 BE

RGB Percentages of Color #ccd3be

%33.72
%34.88
%31.40

CMYK Percentages of Color #ccd3be

%3
%0
%10
%17

Triadic Colors of #ccd3be

#ccd3be #beccd3 #d3becc

Analogous Colors of #ccd3be

#ccd3be #c2d3be #d3d0be

Monochromatic Colors of #ccd3be

#ccd3be

Complementary Color

#ccd3be #c5bed3

#ccd3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd3be Color CSS Codes

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

#ccd3be Text Font Color

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

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


#ccd3be Background Color

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

This div background color is #ccd3be


#ccd3be Border Color

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

This div border color is #ccd3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd3be


Comments

No comments written yet.

Please login to write comment.