Color Hex Logo

#ccc2ef Color Hex

#CCC2EF
(204,194,239)
0 Favorites   0 Comments

Color spaces of #ccc2ef

RGB 204194239
HSL0.700.580.85
HSV253°19°94°
CMYK 0.150.190.00   0.06
XYZ59.773657.652989.6391
Yxy57.65290.28870.2784
Hunter Lab75.92957.6430-16.8446
CIE-Lab80.545412.2338-20.9882

#ccc2ef color RGB value is (204,194,239).

#ccc2ef hex color red value is 204, green value is 194 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccc2ef hue: 0.70 , saturation: 0.58 and the lightness value of ccc2ef is 0.85.

The process color (four color CMYK) of #ccc2ef color hex is 0.15, 0.19, 0.00, 0.06. Web safe color of #ccc2ef is #ccccff. Color #ccc2ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 11101111
Octal 314 302 357
Decimal 204 194 239
Hex CC C2 EF

RGB Percentages of Color #ccc2ef

%32.03
%30.46
%37.52

CMYK Percentages of Color #ccc2ef

%15
%19
%0
%6

Triadic Colors of #ccc2ef

#ccc2ef #efccc2 #c2efcc

Analogous Colors of #ccc2ef

#ccc2ef #e3c2ef #c2cfef

Monochromatic Colors of #ccc2ef

#ccc2ef

Complementary Color

#ccc2ef #e5efc2

#ccc2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc2ef Color CSS Codes

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

#ccc2ef Text Font Color

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

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


#ccc2ef Background Color

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

This div background color is #ccc2ef


#ccc2ef Border Color

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

This div border color is #ccc2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc2ef


Comments

No comments written yet.

Please login to write comment.