Color Hex Logo

#c7edfa Color Hex

#C7EDFA
(199,237,250)
0 Favorites   0 Comments

Color spaces of #c7edfa

RGB 199237250
HSL0.540.840.88
HSV195°20°98°
CMYK 0.200.050.00   0.02
XYZ71.092779.6126102.0623
Yxy79.61260.28130.3150
Hunter Lab89.2259-13.9215-5.3616
CIE-Lab91.5108-9.5377-10.3701

#c7edfa color RGB value is (199,237,250).

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

The process color (four color CMYK) of #c7edfa color hex is 0.20, 0.05, 0.00, 0.02. Web safe color of #c7edfa is #ccffff. Color #c7edfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101101 11111010
Octal 307 355 372
Decimal 199 237 250
Hex C7 ED FA

RGB Percentages of Color #c7edfa

%29.01
%34.55
%36.44

CMYK Percentages of Color #c7edfa

%20
%5
%0
%2

Triadic Colors of #c7edfa

#c7edfa #fac7ed #edfac7

Analogous Colors of #c7edfa

#c7edfa #c7d4fa #c7faee

Monochromatic Colors of #c7edfa

#c7edfa

Complementary Color

#c7edfa #fad4c7

#c7edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7edfa Color CSS Codes

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

#c7edfa Text Font Color

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

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


#c7edfa Background Color

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

This div background color is #c7edfa


#c7edfa Border Color

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

This div border color is #c7edfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,237,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 #c7edfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7edfa


Comments

No comments written yet.

Please login to write comment.