Color Hex Logo

#ccafe8 Color Hex

#CCAFE8
(204,175,232)
0 Favorites   0 Comments

Color spaces of #ccafe8

RGB 204175232
HSL0.750.550.80
HSV271°25°91°
CMYK 0.120.250.00   0.09
XYZ54.797349.323582.9762
Yxy49.32350.29290.2636
Hunter Lab70.230716.3704-20.8885
CIE-Lab75.652121.0916-24.6605

#ccafe8 color RGB value is (204,175,232).

#ccafe8 hex color red value is 204, green value is 175 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ccafe8 hue: 0.75 , saturation: 0.55 and the lightness value of ccafe8 is 0.80.

The process color (four color CMYK) of #ccafe8 color hex is 0.12, 0.25, 0.00, 0.09. Web safe color of #ccafe8 is #cc99ff. Color #ccafe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11101000
Octal 314 257 350
Decimal 204 175 232
Hex CC AF E8

RGB Percentages of Color #ccafe8

%33.39
%28.64
%37.97

CMYK Percentages of Color #ccafe8

%12
%25
%0
%9

Triadic Colors of #ccafe8

#ccafe8 #e8ccaf #afe8cc

Analogous Colors of #ccafe8

#ccafe8 #e8afe8 #b0afe8

Monochromatic Colors of #ccafe8

#ccafe8

Complementary Color

#ccafe8 #cbe8af

#ccafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafe8 Color CSS Codes

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

#ccafe8 Text Font Color

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

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


#ccafe8 Background Color

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

This div background color is #ccafe8


#ccafe8 Border Color

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

This div border color is #ccafe8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,175,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafe8


Comments

No comments written yet.

Please login to write comment.