Color Hex Logo

#cdb6ee Color Hex

#CDB6EE
(205,182,238)
0 Favorites   0 Comments

Color spaces of #cdb6ee

RGB 205182238
HSL0.740.620.82
HSV265°24°93°
CMYK 0.140.240.00   0.07
XYZ57.337452.608188.0213
Yxy52.60810.28960.2657
Hunter Lab72.531414.1774-21.1800
CIE-Lab77.643018.8433-24.8578

#cdb6ee color RGB value is (205,182,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 11101110
Octal 315 266 356
Decimal 205 182 238
Hex CD B6 EE

RGB Percentages of Color #cdb6ee

%32.80
%29.12
%38.08

CMYK Percentages of Color #cdb6ee

%14
%24
%0
%7

Triadic Colors of #cdb6ee

#cdb6ee #eecdb6 #b6eecd

Analogous Colors of #cdb6ee

#cdb6ee #e9b6ee #b6bbee

Monochromatic Colors of #cdb6ee

#cdb6ee

Complementary Color

#cdb6ee #d7eeb6

#cdb6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb6ee Color CSS Codes

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

#cdb6ee Text Font Color

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

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


#cdb6ee Background Color

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

This div background color is #cdb6ee


#cdb6ee Border Color

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

This div border color is #cdb6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb6ee


Comments

No comments written yet.

Please login to write comment.