Color Hex Logo

#cda8eb Color Hex

#CDA8EB
(205,168,235)
0 Favorites   0 Comments

Color spaces of #cda8eb

RGB 205168235
HSL0.760.630.79
HSV273°29°92°
CMYK 0.130.290.00   0.08
XYZ54.174946.982684.8105
Yxy46.98260.29130.2526
Hunter Lab68.543921.1290-25.3798
CIE-Lab74.178625.8614-28.5374

#cda8eb color RGB value is (205,168,235).

#cda8eb hex color red value is 205, green value is 168 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cda8eb hue: 0.76 , saturation: 0.63 and the lightness value of cda8eb is 0.79.

The process color (four color CMYK) of #cda8eb color hex is 0.13, 0.29, 0.00, 0.08. Web safe color of #cda8eb is #cc99ff. Color #cda8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101000 11101011
Octal 315 250 353
Decimal 205 168 235
Hex CD A8 EB

RGB Percentages of Color #cda8eb

%33.72
%27.63
%38.65

CMYK Percentages of Color #cda8eb

%13
%29
%0
%8

Triadic Colors of #cda8eb

#cda8eb #ebcda8 #a8ebcd

Analogous Colors of #cda8eb

#cda8eb #eba8e8 #aca8eb

Monochromatic Colors of #cda8eb

#cda8eb

Complementary Color

#cda8eb #c6eba8

#cda8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda8eb Color CSS Codes

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

#cda8eb Text Font Color

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

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


#cda8eb Background Color

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

This div background color is #cda8eb


#cda8eb Border Color

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

This div border color is #cda8eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,168,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda8eb


Comments

No comments written yet.

Please login to write comment.