Color Hex Logo

#cdafeb Color Hex

#CDAFEB
(205,175,235)
0 Favorites   0 Comments

Color spaces of #cdafeb

RGB 205175235
HSL0.750.600.80
HSV270°26°92°
CMYK 0.130.260.00   0.08
XYZ55.502249.637285.2529
Yxy49.63720.29150.2607
Hunter Lab70.453717.3253-22.4267
CIE-Lab75.846022.0327-25.9820

#cdafeb color RGB value is (205,175,235).

#cdafeb hex color red value is 205, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdafeb hue: 0.75 , saturation: 0.60 and the lightness value of cdafeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101111 11101011
Octal 315 257 353
Decimal 205 175 235
Hex CD AF EB

RGB Percentages of Color #cdafeb

%33.33
%28.46
%38.21

CMYK Percentages of Color #cdafeb

%13
%26
%0
%8

Triadic Colors of #cdafeb

#cdafeb #ebcdaf #afebcd

Analogous Colors of #cdafeb

#cdafeb #ebafeb #afafeb

Monochromatic Colors of #cdafeb

#cdafeb

Complementary Color

#cdafeb #cdebaf

#cdafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdafeb Color CSS Codes

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

#cdafeb Text Font Color

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

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


#cdafeb Background Color

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

This div background color is #cdafeb


#cdafeb Border Color

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

This div border color is #cdafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdafeb


Comments

No comments written yet.

Please login to write comment.