Color Hex Logo

#ceaffe Color Hex

#CEAFFE
(206,175,254)
0 Favorites   0 Comments

Color spaces of #ceaffe

RGB 206175254
HSL0.730.980.84
HSV264°31°100°
CMYK 0.190.310.00   0.00
XYZ58.673050.9375100.5055
Yxy50.93750.27920.2424
Hunter Lab71.370521.8447-33.5341
CIE-Lab76.641126.4171-35.0071

#ceaffe color RGB value is (206,175,254).

#ceaffe hex color red value is 206, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ceaffe hue: 0.73 , saturation: 0.98 and the lightness value of ceaffe is 0.84.

The process color (four color CMYK) of #ceaffe color hex is 0.19, 0.31, 0.00, 0.00. Web safe color of #ceaffe is #cc99ff. Color #ceaffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11111110
Octal 316 257 376
Decimal 206 175 254
Hex CE AF FE

RGB Percentages of Color #ceaffe

%32.44
%27.56
%40.00

CMYK Percentages of Color #ceaffe

%19
%31
%0
%0

Triadic Colors of #ceaffe

#ceaffe #feceaf #affece

Analogous Colors of #ceaffe

#ceaffe #f6affe #afb8fe

Monochromatic Colors of #ceaffe

#ceaffe

Complementary Color

#ceaffe #dffeaf

#ceaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaffe Color CSS Codes

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

#ceaffe Text Font Color

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

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


#ceaffe Background Color

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

This div background color is #ceaffe


#ceaffe Border Color

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

This div border color is #ceaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaffe


Comments

No comments written yet.

Please login to write comment.