Color Hex Logo

#c8dffe Color Hex

#C8DFFE
(200,223,254)
0 Favorites   0 Comments

Color spaces of #c8dffe

RGB 200223254
HSL0.600.960.89
HSV214°21°100°
CMYK 0.210.120.00   0.00
XYZ68.096572.2105104.1149
Yxy72.21050.27860.2954
Hunter Lab84.9768-5.6676-13.1593
CIE-Lab88.0698-1.1739-17.6062

#c8dffe color RGB value is (200,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011111 11111110
Octal 310 337 376
Decimal 200 223 254
Hex C8 DF FE

RGB Percentages of Color #c8dffe

%29.54
%32.94
%37.52

CMYK Percentages of Color #c8dffe

%21
%12
%0
%0

Triadic Colors of #c8dffe

#c8dffe #fec8df #dffec8

Analogous Colors of #c8dffe

#c8dffe #ccc8fe #c8fafe

Monochromatic Colors of #c8dffe

#c8dffe

Complementary Color

#c8dffe #fee7c8

#c8dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dffe Color CSS Codes

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

#c8dffe Text Font Color

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

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


#c8dffe Background Color

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

This div background color is #c8dffe


#c8dffe Border Color

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

This div border color is #c8dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dffe


Comments

No comments written yet.

Please login to write comment.