Color Hex Logo

#cdbbf9 Color Hex

#CDBBF9
(205,187,249)
0 Favorites   0 Comments

Color spaces of #cdbbf9

RGB 205187249
HSL0.720.840.85
HSV257°25°98°
CMYK 0.180.250.00   0.02
XYZ60.046055.359397.1432
Yxy55.35930.28250.2605
Hunter Lab74.403813.8479-25.3276
CIE-Lab79.247818.4768-28.3167

#cdbbf9 color RGB value is (205,187,249).

#cdbbf9 hex color red value is 205, green value is 187 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #cdbbf9 hue: 0.72 , saturation: 0.84 and the lightness value of cdbbf9 is 0.85.

The process color (four color CMYK) of #cdbbf9 color hex is 0.18, 0.25, 0.00, 0.02. Web safe color of #cdbbf9 is #ccccff. Color #cdbbf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111011 11111001
Octal 315 273 371
Decimal 205 187 249
Hex CD BB F9

RGB Percentages of Color #cdbbf9

%31.98
%29.17
%38.85

CMYK Percentages of Color #cdbbf9

%18
%25
%0
%2

Triadic Colors of #cdbbf9

#cdbbf9 #f9cdbb #bbf9cd

Analogous Colors of #cdbbf9

#cdbbf9 #ecbbf9 #bbc8f9

Monochromatic Colors of #cdbbf9

#cdbbf9

Complementary Color

#cdbbf9 #e7f9bb

#cdbbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbbf9 Color CSS Codes

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

#cdbbf9 Text Font Color

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

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


#cdbbf9 Background Color

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

This div background color is #cdbbf9


#cdbbf9 Border Color

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

This div border color is #cdbbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbbf9


Comments

No comments written yet.

Please login to write comment.