Color Hex Logo

#c8dafc Color Hex

#C8DAFC
(200,218,252)
0 Favorites   0 Comments

Color spaces of #c8dafc

RGB 200218252
HSL0.610.900.89
HSV219°21°99°
CMYK 0.210.130.00   0.01
XYZ66.461569.4504101.9978
Yxy69.45040.27940.2919
Hunter Lab83.3369-3.4852-14.2304
CIE-Lab86.72661.0061-18.5774

#c8dafc color RGB value is (200,218,252).

#c8dafc hex color red value is 200, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c8dafc hue: 0.61 , saturation: 0.90 and the lightness value of c8dafc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011010 11111100
Octal 310 332 374
Decimal 200 218 252
Hex C8 DA FC

RGB Percentages of Color #c8dafc

%29.85
%32.54
%37.61

CMYK Percentages of Color #c8dafc

%21
%13
%0
%1

Triadic Colors of #c8dafc

#c8dafc #fcc8da #dafcc8

Analogous Colors of #c8dafc

#c8dafc #d0c8fc #c8f4fc

Monochromatic Colors of #c8dafc

#c8dafc

Complementary Color

#c8dafc #fceac8

#c8dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dafc Color CSS Codes

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

#c8dafc Text Font Color

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

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


#c8dafc Background Color

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

This div background color is #c8dafc


#c8dafc Border Color

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

This div border color is #c8dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dafc

Related Colors


Comments

No comments written yet.

Please login to write comment.