Color Hex Logo

#cbddc9 Color Hex

#CBDDC9
(203,221,201)
0 Favorites   0 Comments

Color spaces of #cbddc9

RGB 203221201
HSL0.320.230.83
HSV114°87°
CMYK 0.080.000.09   0.13
XYZ61.027768.626565.2881
Yxy68.62650.31310.3520
Hunter Lab82.8411-13.473911.2616
CIE-Lab86.3188-9.67617.7610

#cbddc9 color RGB value is (203,221,201).

#cbddc9 hex color red value is 203, green value is 221 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cbddc9 hue: 0.32 , saturation: 0.23 and the lightness value of cbddc9 is 0.83.

The process color (four color CMYK) of #cbddc9 color hex is 0.08, 0.00, 0.09, 0.13. Web safe color of #cbddc9 is #cccccc. Color #cbddc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 11001001
Octal 313 335 311
Decimal 203 221 201
Hex CB DD C9

RGB Percentages of Color #cbddc9

%32.48
%35.36
%32.16

CMYK Percentages of Color #cbddc9

%8
%0
%9
%13

Triadic Colors of #cbddc9

#cbddc9 #c9cbdd #ddc9cb

Analogous Colors of #cbddc9

#cbddc9 #c9ddd1 #d5ddc9

Monochromatic Colors of #cbddc9

#cbddc9

Complementary Color

#cbddc9 #dbc9dd

#cbddc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbddc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbddc9 Color CSS Codes

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

#cbddc9 Text Font Color

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

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


#cbddc9 Background Color

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

This div background color is #cbddc9


#cbddc9 Border Color

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

This div border color is #cbddc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,221,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbddc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbddc9;
  -webkit-box-shadow: 1px 1px 3px 2px #cbddc9;
  box-shadow:         1px 1px 3px 2px #cbddc9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,221,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbddc9


Comments

No comments written yet.

Please login to write comment.