Color Hex Logo

#ccbdec Color Hex

#CCBDEC
(204,189,236)
0 Favorites   0 Comments

Color spaces of #ccbdec

RGB 204189236
HSL0.720.550.83
HSV259°20°93°
CMYK 0.140.200.00   0.07
XYZ58.239855.288786.9591
Yxy55.28870.29050.2758
Hunter Lab74.35649.6869-17.2897
CIE-Lab79.207314.3058-21.4084

#ccbdec color RGB value is (204,189,236).

#ccbdec hex color red value is 204, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccbdec hue: 0.72 , saturation: 0.55 and the lightness value of ccbdec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11101100
Octal 314 275 354
Decimal 204 189 236
Hex CC BD EC

RGB Percentages of Color #ccbdec

%32.43
%30.05
%37.52

CMYK Percentages of Color #ccbdec

%14
%20
%0
%7

Triadic Colors of #ccbdec

#ccbdec #ecccbd #bdeccc

Analogous Colors of #ccbdec

#ccbdec #e4bdec #bdc6ec

Monochromatic Colors of #ccbdec

#ccbdec

Complementary Color

#ccbdec #ddecbd

#ccbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdec Color CSS Codes

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

#ccbdec Text Font Color

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

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


#ccbdec Background Color

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

This div background color is #ccbdec


#ccbdec Border Color

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

This div border color is #ccbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdec


Comments

No comments written yet.

Please login to write comment.