Color Hex Logo

#c1d5ee Color Hex

#C1D5EE
(193,213,238)
1 Favorites   0 Comments

Color spaces of #c1d5ee

RGB 193213238
HSL0.590.570.85
HSV213°19°93°
CMYK 0.190.110.00   0.07
XYZ61.219265.099090.2277
Yxy65.09900.28270.3006
Hunter Lab80.6840-5.7595-9.8244
CIE-Lab84.5347-1.5356-14.5195

#c1d5ee color RGB value is (193,213,238).

#c1d5ee hex color red value is 193, green value is 213 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c1d5ee hue: 0.59 , saturation: 0.57 and the lightness value of c1d5ee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11010101 11101110
Octal 301 325 356
Decimal 193 213 238
Hex C1 D5 EE

RGB Percentages of Color #c1d5ee

%29.97
%33.07
%36.96

CMYK Percentages of Color #c1d5ee

%19
%11
%0
%7

Triadic Colors of #c1d5ee

#c1d5ee #eec1d5 #d5eec1

Analogous Colors of #c1d5ee

#c1d5ee #c4c1ee #c1ecee

Monochromatic Colors of #c1d5ee

#c1d5ee

Complementary Color

#c1d5ee #eedac1

#c1d5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1d5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1d5ee Color CSS Codes

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

#c1d5ee Text Font Color

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

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


#c1d5ee Background Color

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

This div background color is #c1d5ee


#c1d5ee Border Color

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

This div border color is #c1d5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1d5ee


Comments

No comments written yet.

Please login to write comment.