Color Hex Logo

#ccbedd Color Hex

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

Color spaces of #ccbedd

RGB 204190221
HSL0.740.310.81
HSV267°14°87°
CMYK 0.080.140.00   0.13
XYZ56.366454.884776.0296
Yxy54.88470.30100.2931
Hunter Lab74.08426.1630-8.9880
CIE-Lab78.974810.7045-13.6846

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

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

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

Base Numbers

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

RGB Percentages of Color #ccbedd

%33.17
%30.89
%35.93

CMYK Percentages of Color #ccbedd

%8
%14
%0
%13

Triadic Colors of #ccbedd

#ccbedd #ddccbe #beddcc

Analogous Colors of #ccbedd

#ccbedd #dcbedd #bec0dd

Monochromatic Colors of #ccbedd

#ccbedd

Complementary Color

#ccbedd #cfddbe

#ccbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbedd Color CSS Codes

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

#ccbedd Text Font Color

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

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


#ccbedd Background Color

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

This div background color is #ccbedd


#ccbedd Border Color

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

This div border color is #ccbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbedd


Comments

No comments written yet.

Please login to write comment.