Color Hex Logo

#c7dffa Color Hex

#C7DFFA
(199,223,250)
0 Favorites   0 Comments

Color spaces of #c7dffa

RGB 199223250
HSL0.590.840.88
HSV212°20°98°
CMYK 0.200.110.00   0.02
XYZ67.196271.8196100.7634
Yxy71.81960.28020.2995
Hunter Lab84.7464-6.7721-11.1732
CIE-Lab87.8817-2.3434-15.7932

#c7dffa color RGB value is (199,223,250).

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

The process color (four color CMYK) of #c7dffa color hex is 0.20, 0.11, 0.00, 0.02. Web safe color of #c7dffa is #ccccff. Color #c7dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11111010
Octal 307 337 372
Decimal 199 223 250
Hex C7 DF FA

RGB Percentages of Color #c7dffa

%29.61
%33.18
%37.20

CMYK Percentages of Color #c7dffa

%20
%11
%0
%2

Triadic Colors of #c7dffa

#c7dffa #fac7df #dffac7

Analogous Colors of #c7dffa

#c7dffa #c9c7fa #c7f9fa

Monochromatic Colors of #c7dffa

#c7dffa

Complementary Color

#c7dffa #fae2c7

#c7dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dffa Color CSS Codes

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

#c7dffa Text Font Color

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

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


#c7dffa Background Color

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

This div background color is #c7dffa


#c7dffa Border Color

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

This div border color is #c7dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dffa

Related Colors


Comments

No comments written yet.

Please login to write comment.