Color Hex Logo

#ccddbe Color Hex

#CCDDBE
(204,221,190)
0 Favorites   0 Comments

Color spaces of #ccddbe

RGB 204221190
HSL0.260.310.81
HSV93°14°87°
CMYK 0.080.000.14   0.13
XYZ60.052668.268058.7271
Yxy68.26800.32110.3650
Hunter Lab82.6245-14.856515.6955
CIE-Lab86.1403-11.216513.3033

#ccddbe color RGB value is (204,221,190).

#ccddbe hex color red value is 204, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ccddbe hue: 0.26 , saturation: 0.31 and the lightness value of ccddbe is 0.81.

The process color (four color CMYK) of #ccddbe color hex is 0.08, 0.00, 0.14, 0.13. Web safe color of #ccddbe is #cccccc. Color #ccddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 10111110
Octal 314 335 276
Decimal 204 221 190
Hex CC DD BE

RGB Percentages of Color #ccddbe

%33.17
%35.93
%30.89

CMYK Percentages of Color #ccddbe

%8
%0
%14
%13

Triadic Colors of #ccddbe

#ccddbe #beccdd #ddbecc

Analogous Colors of #ccddbe

#ccddbe #beddc0 #dcddbe

Monochromatic Colors of #ccddbe

#ccddbe

Complementary Color

#ccddbe #cfbedd

#ccddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddbe Color CSS Codes

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

#ccddbe Text Font Color

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

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


#ccddbe Background Color

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

This div background color is #ccddbe


#ccddbe Border Color

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

This div border color is #ccddbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,221,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 #ccddbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddbe


Comments

No comments written yet.

Please login to write comment.