Color Hex Logo

#ceaff0 Color Hex

#CEAFF0
(206,175,240)
0 Favorites   0 Comments

Color spaces of #ceaff0

RGB 206175240
HSL0.750.680.81
HSV269°27°94°
CMYK 0.140.270.00   0.06
XYZ56.511750.073089.1246
Yxy50.07300.28880.2559
Hunter Lab70.762318.7185-25.1418
CIE-Lab76.114023.3960-28.2692

#ceaff0 color RGB value is (206,175,240).

#ceaff0 hex color red value is 206, green value is 175 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ceaff0 hue: 0.75 , saturation: 0.68 and the lightness value of ceaff0 is 0.81.

The process color (four color CMYK) of #ceaff0 color hex is 0.14, 0.27, 0.00, 0.06. Web safe color of #ceaff0 is #cc99ff. Color #ceaff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11110000
Octal 316 257 360
Decimal 206 175 240
Hex CE AF F0

RGB Percentages of Color #ceaff0

%33.17
%28.18
%38.65

CMYK Percentages of Color #ceaff0

%14
%27
%0
%6

Triadic Colors of #ceaff0

#ceaff0 #f0ceaf #aff0ce

Analogous Colors of #ceaff0

#ceaff0 #efaff0 #afb1f0

Monochromatic Colors of #ceaff0

#ceaff0

Complementary Color

#ceaff0 #d1f0af

#ceaff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaff0 Color CSS Codes

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

#ceaff0 Text Font Color

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

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


#ceaff0 Background Color

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

This div background color is #ceaff0


#ceaff0 Border Color

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

This div border color is #ceaff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaff0

#ceaff0 Color Palettes


Comments

No comments written yet.

Please login to write comment.