Color Hex Logo

#c5dee6 Color Hex

#C5DEE6
(197,222,230)
0 Favorites   0 Comments

Color spaces of #c5dee6

RGB 197222230
HSL0.540.400.84
HSV195°14°90°
CMYK 0.140.030.00   0.10
XYZ63.430269.826084.9976
Yxy69.82600.29060.3199
Hunter Lab83.5620-10.7377-1.8153
CIE-Lab86.9115-6.6431-6.7195

#c5dee6 color RGB value is (197,222,230).

#c5dee6 hex color red value is 197, green value is 222 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c5dee6 hue: 0.54 , saturation: 0.40 and the lightness value of c5dee6 is 0.84.

The process color (four color CMYK) of #c5dee6 color hex is 0.14, 0.03, 0.00, 0.10. Web safe color of #c5dee6 is #ccccff. Color #c5dee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 11100110
Octal 305 336 346
Decimal 197 222 230
Hex C5 DE E6

RGB Percentages of Color #c5dee6

%30.35
%34.21
%35.44

CMYK Percentages of Color #c5dee6

%14
%3
%0
%10

Triadic Colors of #c5dee6

#c5dee6 #e6c5de #dee6c5

Analogous Colors of #c5dee6

#c5dee6 #c5cee6 #c5e6de

Monochromatic Colors of #c5dee6

#c5dee6

Complementary Color

#c5dee6 #e6cdc5

#c5dee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dee6 Color CSS Codes

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

#c5dee6 Text Font Color

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

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


#c5dee6 Background Color

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

This div background color is #c5dee6


#c5dee6 Border Color

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

This div border color is #c5dee6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,222,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dee6


Comments

No comments written yet.

Please login to write comment.