Color Hex Logo

#ccbede Color Hex

#CCBEDE
(204,190,222)
0 Favorites   0 Comments

Color spaces of #ccbede

RGB 204190222
HSL0.740.330.81
HSV266°14°87°
CMYK 0.080.140.00   0.13
XYZ56.500154.938276.7335
Yxy54.93820.30030.2920
Hunter Lab74.12036.3557-9.4961
CIE-Lab79.005710.9034-14.1773

#ccbede color RGB value is (204,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11011110
Octal 314 276 336
Decimal 204 190 222
Hex CC BE DE

RGB Percentages of Color #ccbede

%33.12
%30.84
%36.04

CMYK Percentages of Color #ccbede

%8
%14
%0
%13

Triadic Colors of #ccbede

#ccbede #deccbe #bedecc

Analogous Colors of #ccbede

#ccbede #dcbede #bec0de

Monochromatic Colors of #ccbede

#ccbede

Complementary Color

#ccbede #d0debe

#ccbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbede Color CSS Codes

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

#ccbede Text Font Color

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

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


#ccbede Background Color

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

This div background color is #ccbede


#ccbede Border Color

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

This div border color is #ccbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbede


Comments

No comments written yet.

Please login to write comment.