Color Hex Logo

#ccbdee Color Hex

#CCBDEE
(204,189,238)
0 Favorites   0 Comments

Color spaces of #ccbdee

RGB 204189238
HSL0.720.590.84
HSV258°21°93°
CMYK 0.140.210.00   0.07
XYZ58.532155.405688.4983
Yxy55.40560.28910.2737
Hunter Lab74.434910.1028-18.3875
CIE-Lab79.274314.7261-22.3812

#ccbdee color RGB value is (204,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11101110
Octal 314 275 356
Decimal 204 189 238
Hex CC BD EE

RGB Percentages of Color #ccbdee

%32.33
%29.95
%37.72

CMYK Percentages of Color #ccbdee

%14
%21
%0
%7

Triadic Colors of #ccbdee

#ccbdee #eeccbd #bdeecc

Analogous Colors of #ccbdee

#ccbdee #e5bdee #bdc7ee

Monochromatic Colors of #ccbdee

#ccbdee

Complementary Color

#ccbdee #dfeebd

#ccbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdee Color CSS Codes

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

#ccbdee Text Font Color

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

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


#ccbdee Background Color

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

This div background color is #ccbdee


#ccbdee Border Color

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

This div border color is #ccbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdee


Comments

No comments written yet.

Please login to write comment.