Color Hex Logo

#ccdbbe Color Hex

#CCDBBE
(204,219,190)
0 Favorites   0 Comments

Color spaces of #ccdbbe

RGB 204219190
HSL0.250.290.80
HSV91°13°86°
CMYK 0.070.000.13   0.14
XYZ59.527667.218158.5522
Yxy67.21810.32130.3628
Hunter Lab81.9866-13.874115.0477
CIE-Lab85.6140-10.201912.5576

#ccdbbe color RGB value is (204,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10111110
Octal 314 333 276
Decimal 204 219 190
Hex CC DB BE

RGB Percentages of Color #ccdbbe

%33.28
%35.73
%31.00

CMYK Percentages of Color #ccdbbe

%7
%0
%13
%14

Triadic Colors of #ccdbbe

#ccdbbe #beccdb #dbbecc

Analogous Colors of #ccdbbe

#ccdbbe #bedbbf #dbdbbe

Monochromatic Colors of #ccdbbe

#ccdbbe

Complementary Color

#ccdbbe #cdbedb

#ccdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbbe Color CSS Codes

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

#ccdbbe Text Font Color

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

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


#ccdbbe Background Color

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

This div background color is #ccdbbe


#ccdbbe Border Color

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

This div border color is #ccdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbbe


Comments

No comments written yet.

Please login to write comment.