Color Hex Logo

#c1dbed Color Hex

#C1DBED
(193,219,237)
0 Favorites   0 Comments

Color spaces of #c1dbed

RGB 193219237
HSL0.570.550.84
HSV205°19°93°
CMYK 0.190.080.00   0.07
XYZ62.609968.114989.9684
Yxy68.11490.28370.3086
Hunter Lab82.5318-9.0176-6.8602
CIE-Lab86.0639-4.8814-11.7029

#c1dbed color RGB value is (193,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 11101101
Octal 301 333 355
Decimal 193 219 237
Hex C1 DB ED

RGB Percentages of Color #c1dbed

%29.74
%33.74
%36.52

CMYK Percentages of Color #c1dbed

%19
%8
%0
%7

Triadic Colors of #c1dbed

#c1dbed #edc1db #dbedc1

Analogous Colors of #c1dbed

#c1dbed #c1c5ed #c1ede9

Monochromatic Colors of #c1dbed

#c1dbed

Complementary Color

#c1dbed #edd3c1

#c1dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbed Color CSS Codes

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

#c1dbed Text Font Color

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

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


#c1dbed Background Color

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

This div background color is #c1dbed


#c1dbed Border Color

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

This div border color is #c1dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbed


Comments

No comments written yet.

Please login to write comment.