Color Hex Logo

#ccafed Color Hex

#CCAFED
(204,175,237)
0 Favorites   0 Comments

Color spaces of #ccafed

RGB 204175237
HSL0.740.630.81
HSV268°26°93°
CMYK 0.140.260.00   0.07
XYZ55.517949.611786.7707
Yxy49.61170.28930.2585
Hunter Lab70.435617.4329-23.7354
CIE-Lab75.830322.1399-27.0966

#ccafed color RGB value is (204,175,237).

#ccafed hex color red value is 204, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ccafed hue: 0.74 , saturation: 0.63 and the lightness value of ccafed is 0.81.

The process color (four color CMYK) of #ccafed color hex is 0.14, 0.26, 0.00, 0.07. Web safe color of #ccafed is #cc99ff. Color #ccafed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11101101
Octal 314 257 355
Decimal 204 175 237
Hex CC AF ED

RGB Percentages of Color #ccafed

%33.12
%28.41
%38.47

CMYK Percentages of Color #ccafed

%14
%26
%0
%7

Triadic Colors of #ccafed

#ccafed #edccaf #afedcc

Analogous Colors of #ccafed

#ccafed #ebafed #afb1ed

Monochromatic Colors of #ccafed

#ccafed

Complementary Color

#ccafed #d0edaf

#ccafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafed Color CSS Codes

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

#ccafed Text Font Color

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

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


#ccafed Background Color

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

This div background color is #ccafed


#ccafed Border Color

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

This div border color is #ccafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafed


Comments

No comments written yet.

Please login to write comment.