Color Hex Logo

#cdb0ec Color Hex

#CDB0EC
(205,176,236)
0 Favorites   0 Comments

Color spaces of #cdb0ec

RGB 205176236
HSL0.750.610.81
HSV269°25°93°
CMYK 0.130.250.00   0.07
XYZ55.842550.085986.0812
Yxy50.08590.29080.2609
Hunter Lab70.771416.9963-22.5761
CIE-Lab76.122021.6957-26.1013

#cdb0ec color RGB value is (205,176,236).

#cdb0ec hex color red value is 205, green value is 176 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cdb0ec hue: 0.75 , saturation: 0.61 and the lightness value of cdb0ec is 0.81.

The process color (four color CMYK) of #cdb0ec color hex is 0.13, 0.25, 0.00, 0.07. Web safe color of #cdb0ec is #cc99ff. Color #cdb0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 11101100
Octal 315 260 354
Decimal 205 176 236
Hex CD B0 EC

RGB Percentages of Color #cdb0ec

%33.23
%28.53
%38.25

CMYK Percentages of Color #cdb0ec

%13
%25
%0
%7

Triadic Colors of #cdb0ec

#cdb0ec #eccdb0 #b0eccd

Analogous Colors of #cdb0ec

#cdb0ec #ebb0ec #b0b1ec

Monochromatic Colors of #cdb0ec

#cdb0ec

Complementary Color

#cdb0ec #cfecb0

#cdb0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb0ec Color CSS Codes

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

#cdb0ec Text Font Color

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

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


#cdb0ec Background Color

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

This div background color is #cdb0ec


#cdb0ec Border Color

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

This div border color is #cdb0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb0ec


Comments

No comments written yet.

Please login to write comment.