Color Hex Logo

#cdbee6 Color Hex

#CDBEE6
(205,190,230)
0 Favorites   0 Comments

Color spaces of #cdbee6

RGB 205190230
HSL0.730.440.82
HSV263°17°90°
CMYK 0.110.170.00   0.10
XYZ57.873255.519282.5289
Yxy55.51920.29540.2834
Hunter Lab74.51128.2472-13.5120
CIE-Lab79.339412.8434-17.9743

#cdbee6 color RGB value is (205,190,230).

#cdbee6 hex color red value is 205, green value is 190 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cdbee6 hue: 0.73 , saturation: 0.44 and the lightness value of cdbee6 is 0.82.

The process color (four color CMYK) of #cdbee6 color hex is 0.11, 0.17, 0.00, 0.10. Web safe color of #cdbee6 is #ccccff. Color #cdbee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 11100110
Octal 315 276 346
Decimal 205 190 230
Hex CD BE E6

RGB Percentages of Color #cdbee6

%32.80
%30.40
%36.80

CMYK Percentages of Color #cdbee6

%11
%17
%0
%10

Triadic Colors of #cdbee6

#cdbee6 #e6cdbe #bee6cd

Analogous Colors of #cdbee6

#cdbee6 #e1bee6 #bec3e6

Monochromatic Colors of #cdbee6

#cdbee6

Complementary Color

#cdbee6 #d7e6be

#cdbee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbee6 Color CSS Codes

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

#cdbee6 Text Font Color

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

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


#cdbee6 Background Color

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

This div background color is #cdbee6


#cdbee6 Border Color

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

This div border color is #cdbee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbee6


Comments

No comments written yet.

Please login to write comment.