Color Hex Logo

#cdabe5 Color Hex

#CDABE5
(205,171,229)
0 Favorites   0 Comments

Color spaces of #cdabe5

RGB 205171229
HSL0.760.530.78
HSV275°25°90°
CMYK 0.100.250.00   0.10
XYZ53.882647.762180.5078
Yxy47.76210.29580.2622
Hunter Lab69.110118.2271-20.6910
CIE-Lab74.674622.9765-24.5161

#cdabe5 color RGB value is (205,171,229).

#cdabe5 hex color red value is 205, green value is 171 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cdabe5 hue: 0.76 , saturation: 0.53 and the lightness value of cdabe5 is 0.78.

The process color (four color CMYK) of #cdabe5 color hex is 0.10, 0.25, 0.00, 0.10. Web safe color of #cdabe5 is #cc99cc. Color #cdabe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 11100101
Octal 315 253 345
Decimal 205 171 229
Hex CD AB E5

RGB Percentages of Color #cdabe5

%33.88
%28.26
%37.85

CMYK Percentages of Color #cdabe5

%10
%25
%0
%10

Triadic Colors of #cdabe5

#cdabe5 #e5cdab #abe5cd

Analogous Colors of #cdabe5

#cdabe5 #e5abe0 #b0abe5

Monochromatic Colors of #cdabe5

#cdabe5

Complementary Color

#cdabe5 #c3e5ab

#cdabe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdabe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdabe5 Color CSS Codes

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

#cdabe5 Text Font Color

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

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


#cdabe5 Background Color

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

This div background color is #cdabe5


#cdabe5 Border Color

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

This div border color is #cdabe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdabe5


Comments

No comments written yet.

Please login to write comment.