Color Hex Logo

#c8ddef Color Hex

#C8DDEF
(200,221,239)
0 Favorites   0 Comments

Color spaces of #c8ddef

RGB 200221239
HSL0.580.550.86
HSV208°16°94°
CMYK 0.160.080.00   0.06
XYZ65.255970.224391.7766
Yxy70.22430.28710.3090
Hunter Lab83.7999-7.6501-6.2737
CIE-Lab87.1068-3.3324-11.1538

#c8ddef color RGB value is (200,221,239).

#c8ddef hex color red value is 200, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c8ddef hue: 0.58 , saturation: 0.55 and the lightness value of c8ddef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 11101111
Octal 310 335 357
Decimal 200 221 239
Hex C8 DD EF

RGB Percentages of Color #c8ddef

%30.30
%33.48
%36.21

CMYK Percentages of Color #c8ddef

%16
%8
%0
%6

Triadic Colors of #c8ddef

#c8ddef #efc8dd #ddefc8

Analogous Colors of #c8ddef

#c8ddef #c8caef #c8efee

Monochromatic Colors of #c8ddef

#c8ddef

Complementary Color

#c8ddef #efdac8

#c8ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddef Color CSS Codes

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

#c8ddef Text Font Color

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

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


#c8ddef Background Color

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

This div background color is #c8ddef


#c8ddef Border Color

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

This div border color is #c8ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddef


Comments

No comments written yet.

Please login to write comment.