Color Hex Logo

#ccafeb Color Hex

#CCAFEB
(204,175,235)
0 Favorites   0 Comments

Color spaces of #ccafeb

RGB 204175235
HSL0.750.600.80
HSV269°26°92°
CMYK 0.130.260.00   0.08
XYZ55.227249.495585.2401
Yxy49.49550.29070.2606
Hunter Lab70.353017.0048-22.5889
CIE-Lab75.758621.7184-26.1236

#ccafeb color RGB value is (204,175,235).

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

The process color (four color CMYK) of #ccafeb color hex is 0.13, 0.26, 0.00, 0.08. Web safe color of #ccafeb is #cc99ff. Color #ccafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11101011
Octal 314 257 353
Decimal 204 175 235
Hex CC AF EB

RGB Percentages of Color #ccafeb

%33.22
%28.50
%38.27

CMYK Percentages of Color #ccafeb

%13
%26
%0
%8

Triadic Colors of #ccafeb

#ccafeb #ebccaf #afebcc

Analogous Colors of #ccafeb

#ccafeb #eaafeb #afb0eb

Monochromatic Colors of #ccafeb

#ccafeb

Complementary Color

#ccafeb #ceebaf

#ccafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafeb Color CSS Codes

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

#ccafeb Text Font Color

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

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


#ccafeb Background Color

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

This div background color is #ccafeb


#ccafeb Border Color

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

This div border color is #ccafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafeb


Comments

No comments written yet.

Please login to write comment.