Color Hex Logo

#ceaff5 Color Hex

#CEAFF5
(206,175,245)
0 Favorites   0 Comments

Color spaces of #ceaff5

RGB 206175245
HSL0.740.780.82
HSV267°29°96°
CMYK 0.160.290.00   0.04
XYZ57.265050.374393.0912
Yxy50.37430.28530.2510
Hunter Lab70.974919.8141-28.0829
CIE-Lab76.298424.4612-30.6866

#ceaff5 color RGB value is (206,175,245).

#ceaff5 hex color red value is 206, green value is 175 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ceaff5 hue: 0.74 , saturation: 0.78 and the lightness value of ceaff5 is 0.82.

The process color (four color CMYK) of #ceaff5 color hex is 0.16, 0.29, 0.00, 0.04. Web safe color of #ceaff5 is #cc99ff. Color #ceaff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11110101
Octal 316 257 365
Decimal 206 175 245
Hex CE AF F5

RGB Percentages of Color #ceaff5

%32.91
%27.96
%39.14

CMYK Percentages of Color #ceaff5

%16
%29
%0
%4

Triadic Colors of #ceaff5

#ceaff5 #f5ceaf #aff5ce

Analogous Colors of #ceaff5

#ceaff5 #f1aff5 #afb3f5

Monochromatic Colors of #ceaff5

#ceaff5

Complementary Color

#ceaff5 #d6f5af

#ceaff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaff5 Color CSS Codes

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

#ceaff5 Text Font Color

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

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


#ceaff5 Background Color

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

This div background color is #ceaff5


#ceaff5 Border Color

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

This div border color is #ceaff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaff5


Comments

No comments written yet.

Please login to write comment.