Color Hex Logo

#c8dfff Color Hex

#C8DFFF
(200,223,255)
1 Favorites   0 Comments

Color spaces of #c8dfff

RGB 200223255
HSL0.601.000.89
HSV215°22°100°
CMYK 0.220.130.00   0.00
XYZ68.257172.2747104.9606
Yxy72.27470.27800.2944
Hunter Lab85.0145-5.4600-13.6904
CIE-Lab88.1006-0.9553-18.0851

#c8dfff color RGB value is (200,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011111 11111111
Octal 310 337 377
Decimal 200 223 255
Hex C8 DF FF

RGB Percentages of Color #c8dfff

%29.50
%32.89
%37.61

CMYK Percentages of Color #c8dfff

%22
%13
%0
%0

Triadic Colors of #c8dfff

#c8dfff #ffc8df #dfffc8

Analogous Colors of #c8dfff

#c8dfff #cdc8ff #c8fbff

Monochromatic Colors of #c8dfff

#c8dfff

Complementary Color

#c8dfff #ffe8c8

#c8dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dfff Color CSS Codes

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

#c8dfff Text Font Color

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

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


#c8dfff Background Color

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

This div background color is #c8dfff


#c8dfff Border Color

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

This div border color is #c8dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dfff

Related Colors


Comments

No comments written yet.

Please login to write comment.