Color Hex Logo

#c7dffe Color Hex

#C7DFFE
(199,223,254)
0 Favorites   0 Comments

Color spaces of #c7dffe

RGB 199223254
HSL0.590.960.89
HSV214°22°100°
CMYK 0.220.120.00   0.00
XYZ67.830372.0732104.1024
Yxy72.07320.27800.2954
Hunter Lab84.8959-5.9497-13.2763
CIE-Lab88.0038-1.4731-17.7121

#c7dffe color RGB value is (199,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11111110
Octal 307 337 376
Decimal 199 223 254
Hex C7 DF FE

RGB Percentages of Color #c7dffe

%29.44
%32.99
%37.57

CMYK Percentages of Color #c7dffe

%22
%12
%0
%0

Triadic Colors of #c7dffe

#c7dffe #fec7df #dffec7

Analogous Colors of #c7dffe

#c7dffe #cbc7fe #c7fbfe

Monochromatic Colors of #c7dffe

#c7dffe

Complementary Color

#c7dffe #fee6c7

#c7dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dffe Color CSS Codes

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

#c7dffe Text Font Color

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

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


#c7dffe Background Color

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

This div background color is #c7dffe


#c7dffe Border Color

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

This div border color is #c7dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dffe


Comments

No comments written yet.

Please login to write comment.