Color Hex Logo

#c5d7ee Color Hex

#C5D7EE
(197,215,238)
0 Favorites   0 Comments

Color spaces of #c5d7ee

RGB 197215238
HSL0.590.550.85
HSV214°17°93°
CMYK 0.170.100.00   0.07
XYZ62.759066.644290.4448
Yxy66.64420.28550.3031
Hunter Lab81.6359-5.6379-8.5425
CIE-Lab85.3239-1.3471-13.3093

#c5d7ee color RGB value is (197,215,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010111 11101110
Octal 305 327 356
Decimal 197 215 238
Hex C5 D7 EE

RGB Percentages of Color #c5d7ee

%30.31
%33.08
%36.62

CMYK Percentages of Color #c5d7ee

%17
%10
%0
%7

Triadic Colors of #c5d7ee

#c5d7ee #eec5d7 #d7eec5

Analogous Colors of #c5d7ee

#c5d7ee #c8c5ee #c5ecee

Monochromatic Colors of #c5d7ee

#c5d7ee

Complementary Color

#c5d7ee #eedcc5

#c5d7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d7ee Color CSS Codes

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

#c5d7ee Text Font Color

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

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


#c5d7ee Background Color

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

This div background color is #c5d7ee


#c5d7ee Border Color

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

This div border color is #c5d7ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,215,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 #c5d7ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d7ee


Comments

No comments written yet.

Please login to write comment.