Color Hex Logo

#c5dfec Color Hex

#C5DFEC
(197,223,236)
0 Favorites   0 Comments

Color spaces of #c5dfec

RGB 197223236
HSL0.560.510.85
HSV200°17°93°
CMYK 0.170.060.00   0.07
XYZ64.554070.701889.6013
Yxy70.70180.28710.3144
Hunter Lab84.0844-10.1080-4.3211
CIE-Lab87.3399-5.9246-9.2472

#c5dfec color RGB value is (197,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11101100
Octal 305 337 354
Decimal 197 223 236
Hex C5 DF EC

RGB Percentages of Color #c5dfec

%30.03
%33.99
%35.98

CMYK Percentages of Color #c5dfec

%17
%6
%0
%7

Triadic Colors of #c5dfec

#c5dfec #ecc5df #dfecc5

Analogous Colors of #c5dfec

#c5dfec #c5ccec #c5ece6

Monochromatic Colors of #c5dfec

#c5dfec

Complementary Color

#c5dfec #ecd2c5

#c5dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfec Color CSS Codes

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

#c5dfec Text Font Color

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

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


#c5dfec Background Color

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

This div background color is #c5dfec


#c5dfec Border Color

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

This div border color is #c5dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfec

#c5dfec Color Palettes


Comments

No comments written yet.

Please login to write comment.