Color Hex Logo

#c7dffc Color Hex

#C7DFFC
(199,223,252)
0 Favorites   0 Comments

Color spaces of #c7dffc

RGB 199223252
HSL0.590.900.88
HSV213°21°99°
CMYK 0.210.120.00   0.01
XYZ67.511671.9457102.4241
Yxy71.94570.27910.2974
Hunter Lab84.8208-6.3626-12.2202
CIE-Lab87.9424-1.9095-16.7534

#c7dffc color RGB value is (199,223,252).

#c7dffc hex color red value is 199, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c7dffc hue: 0.59 , saturation: 0.90 and the lightness value of c7dffc is 0.88.

The process color (four color CMYK) of #c7dffc color hex is 0.21, 0.12, 0.00, 0.01. Web safe color of #c7dffc is #ccccff. Color #c7dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11111100
Octal 307 337 374
Decimal 199 223 252
Hex C7 DF FC

RGB Percentages of Color #c7dffc

%29.53
%33.09
%37.39

CMYK Percentages of Color #c7dffc

%21
%12
%0
%1

Triadic Colors of #c7dffc

#c7dffc #fcc7df #dffcc7

Analogous Colors of #c7dffc

#c7dffc #cac7fc #c7fafc

Monochromatic Colors of #c7dffc

#c7dffc

Complementary Color

#c7dffc #fce4c7

#c7dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dffc Color CSS Codes

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

#c7dffc Text Font Color

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

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


#c7dffc Background Color

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

This div background color is #c7dffc


#c7dffc Border Color

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

This div border color is #c7dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dffc


Comments

No comments written yet.

Please login to write comment.