Color Hex Logo

#cdbee2 Color Hex

#CDBEE2
(205,190,226)
0 Favorites   0 Comments

Color spaces of #cdbee2

RGB 205190226
HSL0.740.380.82
HSV265°16°89°
CMYK 0.090.160.00   0.11
XYZ57.317855.297079.6039
Yxy55.29700.29820.2877
Hunter Lab74.36207.4534-11.4161
CIE-Lab79.212012.0323-16.0136

#cdbee2 color RGB value is (205,190,226).

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

The process color (four color CMYK) of #cdbee2 color hex is 0.09, 0.16, 0.00, 0.11. Web safe color of #cdbee2 is #cccccc. Color #cdbee2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 11100010
Octal 315 276 342
Decimal 205 190 226
Hex CD BE E2

RGB Percentages of Color #cdbee2

%33.01
%30.60
%36.39

CMYK Percentages of Color #cdbee2

%9
%16
%0
%11

Triadic Colors of #cdbee2

#cdbee2 #e2cdbe #bee2cd

Analogous Colors of #cdbee2

#cdbee2 #dfbee2 #bec1e2

Monochromatic Colors of #cdbee2

#cdbee2

Complementary Color

#cdbee2 #d3e2be

#cdbee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbee2 Color CSS Codes

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

#cdbee2 Text Font Color

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

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


#cdbee2 Background Color

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

This div background color is #cdbee2


#cdbee2 Border Color

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

This div border color is #cdbee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbee2


Comments

No comments written yet.

Please login to write comment.