Color Hex Logo

#c1dbec Color Hex

#C1DBEC
(193,219,236)
0 Favorites   0 Comments

Color spaces of #c1dbec

RGB 193219236
HSL0.570.530.84
HSV204°18°93°
CMYK 0.180.070.00   0.07
XYZ62.464268.056689.2009
Yxy68.05660.28430.3097
Hunter Lab82.4964-9.2131-6.3610
CIE-Lab86.0347-5.0936-11.2179

#c1dbec color RGB value is (193,219,236).

#c1dbec hex color red value is 193, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c1dbec hue: 0.57 , saturation: 0.53 and the lightness value of c1dbec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 11101100
Octal 301 333 354
Decimal 193 219 236
Hex C1 DB EC

RGB Percentages of Color #c1dbec

%29.78
%33.80
%36.42

CMYK Percentages of Color #c1dbec

%18
%7
%0
%7

Triadic Colors of #c1dbec

#c1dbec #ecc1db #dbecc1

Analogous Colors of #c1dbec

#c1dbec #c1c6ec #c1ece8

Monochromatic Colors of #c1dbec

#c1dbec

Complementary Color

#c1dbec #ecd2c1

#c1dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbec Color CSS Codes

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

#c1dbec Text Font Color

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

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


#c1dbec Background Color

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

This div background color is #c1dbec


#c1dbec Border Color

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

This div border color is #c1dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbec


Comments

No comments written yet.

Please login to write comment.