Color Hex Logo

#ccceed Color Hex

#CCCEED
(204,206,237)
0 Favorites   0 Comments

Color spaces of #ccceed

RGB 204206237
HSL0.660.480.86
HSV236°14°93°
CMYK 0.140.130.00   0.07
XYZ62.259263.094489.0178
Yxy63.09440.29040.2943
Hunter Lab79.43200.9033-10.8427
CIE-Lab83.49205.3903-15.4738

#ccceed color RGB value is (204,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11101101
Octal 314 316 355
Decimal 204 206 237
Hex CC CE ED

RGB Percentages of Color #ccceed

%31.53
%31.84
%36.63

CMYK Percentages of Color #ccceed

%14
%13
%0
%7

Triadic Colors of #ccceed

#ccceed #edccce #ceedcc

Analogous Colors of #ccceed

#ccceed #dbcced #ccdfed

Monochromatic Colors of #ccceed

#ccceed

Complementary Color

#ccceed #edebcc

#ccceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceed Color CSS Codes

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

#ccceed Text Font Color

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

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


#ccceed Background Color

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

This div background color is #ccceed


#ccceed Border Color

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

This div border color is #ccceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceed


Comments

No comments written yet.

Please login to write comment.