Color Hex Logo

#ccbedc Color Hex

#CCBEDC
(204,190,220)
0 Favorites   0 Comments

Color spaces of #ccbedc

RGB 204190220
HSL0.740.300.80
HSV268°14°86°
CMYK 0.070.140.00   0.14
XYZ56.233654.831675.3299
Yxy54.83160.30170.2942
Hunter Lab74.04845.9713-8.4823
CIE-Lab78.944210.5064-13.1915

#ccbedc color RGB value is (204,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11011100
Octal 314 276 334
Decimal 204 190 220
Hex CC BE DC

RGB Percentages of Color #ccbedc

%33.22
%30.94
%35.83

CMYK Percentages of Color #ccbedc

%7
%14
%0
%14

Triadic Colors of #ccbedc

#ccbedc #dcccbe #bedccc

Analogous Colors of #ccbedc

#ccbedc #dbbedc #bebfdc

Monochromatic Colors of #ccbedc

#ccbedc

Complementary Color

#ccbedc #cedcbe

#ccbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbedc Color CSS Codes

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

#ccbedc Text Font Color

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

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


#ccbedc Background Color

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

This div background color is #ccbedc


#ccbedc Border Color

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

This div border color is #ccbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbedc


Comments

No comments written yet.

Please login to write comment.