Color Hex Logo

#c5dfee Color Hex

#C5DFEE
(197,223,238)
0 Favorites   0 Comments

Color spaces of #c5dfee

RGB 197223238
HSL0.560.550.85
HSV202°17°93°
CMYK 0.170.060.00   0.07
XYZ64.846370.818791.1405
Yxy70.81870.28590.3122
Hunter Lab84.1538-9.7228-5.3047
CIE-Lab87.3968-5.5076-10.2162

#c5dfee color RGB value is (197,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11101110
Octal 305 337 356
Decimal 197 223 238
Hex C5 DF EE

RGB Percentages of Color #c5dfee

%29.94
%33.89
%36.17

CMYK Percentages of Color #c5dfee

%17
%6
%0
%7

Triadic Colors of #c5dfee

#c5dfee #eec5df #dfeec5

Analogous Colors of #c5dfee

#c5dfee #c5cbee #c5eee9

Monochromatic Colors of #c5dfee

#c5dfee

Complementary Color

#c5dfee #eed4c5

#c5dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfee Color CSS Codes

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

#c5dfee Text Font Color

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

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


#c5dfee Background Color

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

This div background color is #c5dfee


#c5dfee Border Color

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

This div border color is #c5dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfee


Comments

No comments written yet.

Please login to write comment.