Color Hex Logo

#cdbaee Color Hex

#CDBAEE
(205,186,238)
0 Favorites   0 Comments

Color spaces of #cdbaee

RGB 205186238
HSL0.730.600.83
HSV262°22°93°
CMYK 0.140.220.00   0.07
XYZ58.168454.270088.2983
Yxy54.27000.28980.2704
Hunter Lab73.668212.0243-19.4970
CIE-Lab78.618916.6682-23.3705

#cdbaee color RGB value is (205,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 11101110
Octal 315 272 356
Decimal 205 186 238
Hex CD BA EE

RGB Percentages of Color #cdbaee

%32.59
%29.57
%37.84

CMYK Percentages of Color #cdbaee

%14
%22
%0
%7

Triadic Colors of #cdbaee

#cdbaee #eecdba #baeecd

Analogous Colors of #cdbaee

#cdbaee #e7baee #bac1ee

Monochromatic Colors of #cdbaee

#cdbaee

Complementary Color

#cdbaee #dbeeba

#cdbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbaee Color CSS Codes

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

#cdbaee Text Font Color

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

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


#cdbaee Background Color

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

This div background color is #cdbaee


#cdbaee Border Color

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

This div border color is #cdbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbaee


Comments

No comments written yet.

Please login to write comment.