Color Hex Logo

#c7dfed Color Hex

#C7DFED
(199,223,237)
1 Favorites   0 Comments

Color spaces of #c7dfed

RGB 199223237
HSL0.560.510.85
HSV202°16°93°
CMYK 0.160.060.00   0.07
XYZ65.226971.031990.3935
Yxy71.03190.28780.3134
Hunter Lab84.2804-9.3448-4.5942
CIE-Lab87.5005-5.0949-9.5211

#c7dfed color RGB value is (199,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11101101
Octal 307 337 355
Decimal 199 223 237
Hex C7 DF ED

RGB Percentages of Color #c7dfed

%30.20
%33.84
%35.96

CMYK Percentages of Color #c7dfed

%16
%6
%0
%7

Triadic Colors of #c7dfed

#c7dfed #edc7df #dfedc7

Analogous Colors of #c7dfed

#c7dfed #c7cced #c7ede8

Monochromatic Colors of #c7dfed

#c7dfed

Complementary Color

#c7dfed #edd5c7

#c7dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dfed Color CSS Codes

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

#c7dfed Text Font Color

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

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


#c7dfed Background Color

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

This div background color is #c7dfed


#c7dfed Border Color

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

This div border color is #c7dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dfed


Comments

No comments written yet.

Please login to write comment.