Color Hex Logo

#ccbed2 Color Hex

#CCBED2
(204,190,210)
0 Favorites   0 Comments

Color spaces of #ccbed2

RGB 204190210
HSL0.780.180.78
HSV282°10°82°
CMYK 0.030.100.00   0.18
XYZ54.948254.317468.5610
Yxy54.31740.30900.3055
Hunter Lab73.70034.1073-3.5653
CIE-Lab78.64648.5668-8.2394

#ccbed2 color RGB value is (204,190,210).

#ccbed2 hex color red value is 204, green value is 190 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ccbed2 hue: 0.78 , saturation: 0.18 and the lightness value of ccbed2 is 0.78.

The process color (four color CMYK) of #ccbed2 color hex is 0.03, 0.10, 0.00, 0.18. Web safe color of #ccbed2 is #cccccc. Color #ccbed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11010010
Octal 314 276 322
Decimal 204 190 210
Hex CC BE D2

RGB Percentages of Color #ccbed2

%33.77
%31.46
%34.77

CMYK Percentages of Color #ccbed2

%3
%10
%0
%18

Triadic Colors of #ccbed2

#ccbed2 #d2ccbe #bed2cc

Analogous Colors of #ccbed2

#ccbed2 #d2bece #c2bed2

Monochromatic Colors of #ccbed2

#ccbed2

Complementary Color

#ccbed2 #c4d2be

#ccbed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbed2 Color CSS Codes

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

#ccbed2 Text Font Color

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

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


#ccbed2 Background Color

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

This div background color is #ccbed2


#ccbed2 Border Color

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

This div border color is #ccbed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbed2


Comments

No comments written yet.

Please login to write comment.