Color Hex Logo

#cdbaeb Color Hex

#CDBAEB
(205,186,235)
0 Favorites   0 Comments

Color spaces of #cdbaeb

RGB 205186235
HSL0.730.550.83
HSV263°21°92°
CMYK 0.130.210.00   0.08
XYZ57.731154.095185.9959
Yxy54.09510.29180.2735
Hunter Lab73.549411.3986-17.8389
CIE-Lab78.517216.0404-21.9106

#cdbaeb color RGB value is (205,186,235).

#cdbaeb hex color red value is 205, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdbaeb hue: 0.73 , saturation: 0.55 and the lightness value of cdbaeb is 0.83.

The process color (four color CMYK) of #cdbaeb color hex is 0.13, 0.21, 0.00, 0.08. Web safe color of #cdbaeb is #ccccff. Color #cdbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 11101011
Octal 315 272 353
Decimal 205 186 235
Hex CD BA EB

RGB Percentages of Color #cdbaeb

%32.75
%29.71
%37.54

CMYK Percentages of Color #cdbaeb

%13
%21
%0
%8

Triadic Colors of #cdbaeb

#cdbaeb #ebcdba #baebcd

Analogous Colors of #cdbaeb

#cdbaeb #e6baeb #bac0eb

Monochromatic Colors of #cdbaeb

#cdbaeb

Complementary Color

#cdbaeb #d8ebba

#cdbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbaeb Color CSS Codes

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

#cdbaeb Text Font Color

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

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


#cdbaeb Background Color

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

This div background color is #cdbaeb


#cdbaeb Border Color

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

This div border color is #cdbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbaeb


Comments

No comments written yet.

Please login to write comment.