Color Hex Logo

#c7dfee Color Hex

#C7DFEE
(199,223,238)
0 Favorites   0 Comments

Color spaces of #c7dfee

RGB 199223238
HSL0.560.530.86
HSV203°16°93°
CMYK 0.160.060.00   0.07
XYZ65.373571.090591.1652
Yxy71.09050.28720.3123
Hunter Lab84.3152-9.1522-5.0863
CIE-Lab87.5290-4.8874-10.0054

#c7dfee color RGB value is (199,223,238).

#c7dfee hex color red value is 199, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c7dfee hue: 0.56 , saturation: 0.53 and the lightness value of c7dfee is 0.86.

The process color (four color CMYK) of #c7dfee color hex is 0.16, 0.06, 0.00, 0.07. Web safe color of #c7dfee is #ccccff. Color #c7dfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 11101110
Octal 307 337 356
Decimal 199 223 238
Hex C7 DF EE

RGB Percentages of Color #c7dfee

%30.15
%33.79
%36.06

CMYK Percentages of Color #c7dfee

%16
%6
%0
%7

Triadic Colors of #c7dfee

#c7dfee #eec7df #dfeec7

Analogous Colors of #c7dfee

#c7dfee #c7ccee #c7eeea

Monochromatic Colors of #c7dfee

#c7dfee

Complementary Color

#c7dfee #eed6c7

#c7dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dfee Color CSS Codes

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

#c7dfee Text Font Color

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

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


#c7dfee Background Color

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

This div background color is #c7dfee


#c7dfee Border Color

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

This div border color is #c7dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dfee


Comments

No comments written yet.

Please login to write comment.