Color Hex Logo

#c8dfee Color Hex

#C8DFEE
(200,223,238)
0 Favorites   0 Comments

Color spaces of #c8dfee

RGB 200223238
HSL0.570.530.86
HSV204°16°93°
CMYK 0.160.060.00   0.07
XYZ65.639771.227891.1777
Yxy71.22780.28780.3123
Hunter Lab84.3966-8.8650-4.9763
CIE-Lab87.5956-4.5762-9.8992

#c8dfee color RGB value is (200,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011111 11101110
Octal 310 337 356
Decimal 200 223 238
Hex C8 DF EE

RGB Percentages of Color #c8dfee

%30.26
%33.74
%36.01

CMYK Percentages of Color #c8dfee

%16
%6
%0
%7

Triadic Colors of #c8dfee

#c8dfee #eec8df #dfeec8

Analogous Colors of #c8dfee

#c8dfee #c8ccee #c8eeea

Monochromatic Colors of #c8dfee

#c8dfee

Complementary Color

#c8dfee #eed7c8

#c8dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dfee Color CSS Codes

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

#c8dfee Text Font Color

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

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


#c8dfee Background Color

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

This div background color is #c8dfee


#c8dfee Border Color

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

This div border color is #c8dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dfee


Comments

No comments written yet.

Please login to write comment.