Color Hex Logo

#c8ceed Color Hex

#C8CEED
(200,206,237)
0 Favorites   0 Comments

Color spaces of #c8ceed

RGB 200206237
HSL0.640.510.86
HSV230°16°93°
CMYK 0.160.130.00   0.07
XYZ61.176862.536488.9671
Yxy62.53640.28760.2940
Hunter Lab79.0800-0.3011-11.3469
CIE-Lab83.19794.1271-15.9455

#c8ceed color RGB value is (200,206,237).

#c8ceed hex color red value is 200, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c8ceed hue: 0.64 , saturation: 0.51 and the lightness value of c8ceed is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001110 11101101
Octal 310 316 355
Decimal 200 206 237
Hex C8 CE ED

RGB Percentages of Color #c8ceed

%31.10
%32.04
%36.86

CMYK Percentages of Color #c8ceed

%16
%13
%0
%7

Triadic Colors of #c8ceed

#c8ceed #edc8ce #ceedc8

Analogous Colors of #c8ceed

#c8ceed #d5c8ed #c8e1ed

Monochromatic Colors of #c8ceed

#c8ceed

Complementary Color

#c8ceed #ede7c8

#c8ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ceed Color CSS Codes

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

#c8ceed Text Font Color

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

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


#c8ceed Background Color

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

This div background color is #c8ceed


#c8ceed Border Color

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

This div border color is #c8ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ceed


Comments

No comments written yet.

Please login to write comment.