Color Hex Logo

#cdb4ec Color Hex

#CDB4EC
(205,180,236)
0 Favorites   0 Comments

Color spaces of #cdb4ec

RGB 205180236
HSL0.740.600.82
HSV267°24°93°
CMYK 0.130.240.00   0.07
XYZ56.638451.677886.3465
Yxy51.67780.29100.2655
Hunter Lab71.887314.8335-20.8944
CIE-Lab77.087819.5129-24.6259

#cdb4ec color RGB value is (205,180,236).

#cdb4ec hex color red value is 205, green value is 180 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cdb4ec hue: 0.74 , saturation: 0.60 and the lightness value of cdb4ec is 0.82.

The process color (four color CMYK) of #cdb4ec color hex is 0.13, 0.24, 0.00, 0.07. Web safe color of #cdb4ec is #ccccff. Color #cdb4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 11101100
Octal 315 264 354
Decimal 205 180 236
Hex CD B4 EC

RGB Percentages of Color #cdb4ec

%33.01
%28.99
%38.00

CMYK Percentages of Color #cdb4ec

%13
%24
%0
%7

Triadic Colors of #cdb4ec

#cdb4ec #eccdb4 #b4eccd

Analogous Colors of #cdb4ec

#cdb4ec #e9b4ec #b4b7ec

Monochromatic Colors of #cdb4ec

#cdb4ec

Complementary Color

#cdb4ec #d3ecb4

#cdb4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb4ec Color CSS Codes

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

#cdb4ec Text Font Color

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

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


#cdb4ec Background Color

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

This div background color is #cdb4ec


#cdb4ec Border Color

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

This div border color is #cdb4ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,180,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 #cdb4ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb4ec


Comments

No comments written yet.

Please login to write comment.