Color Hex Logo

#c7dfff Color Hex

#C7DFFF
(199,223,255)
0 Favorites   0 Comments

Color spaces of #c7dfff

RGB 199223255
HSL0.601.000.89
HSV214°22°100°
CMYK 0.220.130.00   0.00
XYZ67.990972.1375104.9482
Yxy72.13750.27740.2943
Hunter Lab84.9338-5.7420-13.8079
CIE-Lab88.0347-1.2541-18.1910

#c7dfff color RGB value is (199,223,255).

#c7dfff hex color red value is 199, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c7dfff hue: 0.60 , saturation: 1.00 and the lightness value of c7dfff is 0.89.

The process color (four color CMYK) of #c7dfff color hex is 0.22, 0.13, 0.00, 0.00. Web safe color of #c7dfff is #ccccff. Color #c7dfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11111111
Octal 307 337 377
Decimal 199 223 255
Hex C7 DF FF

RGB Percentages of Color #c7dfff

%29.39
%32.94
%37.67

CMYK Percentages of Color #c7dfff

%22
%13
%0
%0

Triadic Colors of #c7dfff

#c7dfff #ffc7df #dfffc7

Analogous Colors of #c7dfff

#c7dfff #cbc7ff #c7fbff

Monochromatic Colors of #c7dfff

#c7dfff

Complementary Color

#c7dfff #ffe7c7

#c7dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dfff Color CSS Codes

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

#c7dfff Text Font Color

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

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


#c7dfff Background Color

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

This div background color is #c7dfff


#c7dfff Border Color

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

This div border color is #c7dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dfff

Related Colors

#c7dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.