Color Hex Logo

#c1dbcb Color Hex

#C1DBCB
(193,219,203)
0 Favorites   0 Comments

Color spaces of #c1dbcb

RGB 193219203
HSL0.400.270.81
HSV143°12°86°
CMYK 0.120.000.07   0.14
XYZ58.103366.312366.2371
Yxy66.31230.30480.3478
Hunter Lab81.4324-15.14408.7762
CIE-Lab85.1555-11.66504.9421

#c1dbcb color RGB value is (193,219,203).

#c1dbcb hex color red value is 193, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c1dbcb hue: 0.40 , saturation: 0.27 and the lightness value of c1dbcb is 0.81.

The process color (four color CMYK) of #c1dbcb color hex is 0.12, 0.00, 0.07, 0.14. Web safe color of #c1dbcb is #cccccc. Color #c1dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 11001011
Octal 301 333 313
Decimal 193 219 203
Hex C1 DB CB

RGB Percentages of Color #c1dbcb

%31.38
%35.61
%33.01

CMYK Percentages of Color #c1dbcb

%12
%0
%7
%14

Triadic Colors of #c1dbcb

#c1dbcb #cbc1db #dbcbc1

Analogous Colors of #c1dbcb

#c1dbcb #c1dbd8 #c4dbc1

Monochromatic Colors of #c1dbcb

#c1dbcb

Complementary Color

#c1dbcb #dbc1d1

#c1dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbcb Color CSS Codes

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

#c1dbcb Text Font Color

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

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


#c1dbcb Background Color

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

This div background color is #c1dbcb


#c1dbcb Border Color

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

This div border color is #c1dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbcb


Comments

No comments written yet.

Please login to write comment.