Color Hex Logo

#ceafe9 Color Hex

#CEAFE9
(206,175,233)
0 Favorites   0 Comments

Color spaces of #ceafe9

RGB 206175233
HSL0.760.570.80
HSV272°25°91°
CMYK 0.120.250.00   0.09
XYZ55.491649.664983.7524
Yxy49.66490.29370.2629
Hunter Lab70.473317.2249-21.1305
CIE-Lab75.863121.9324-24.8646

#ceafe9 color RGB value is (206,175,233).

#ceafe9 hex color red value is 206, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ceafe9 hue: 0.76 , saturation: 0.57 and the lightness value of ceafe9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11101001
Octal 316 257 351
Decimal 206 175 233
Hex CE AF E9

RGB Percentages of Color #ceafe9

%33.55
%28.50
%37.95

CMYK Percentages of Color #ceafe9

%12
%25
%0
%9

Triadic Colors of #ceafe9

#ceafe9 #e9ceaf #afe9ce

Analogous Colors of #ceafe9

#ceafe9 #e9afe7 #b1afe9

Monochromatic Colors of #ceafe9

#ceafe9

Complementary Color

#ceafe9 #cae9af

#ceafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafe9 Color CSS Codes

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

#ceafe9 Text Font Color

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

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


#ceafe9 Background Color

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

This div background color is #ceafe9


#ceafe9 Border Color

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

This div border color is #ceafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafe9


Comments

No comments written yet.

Please login to write comment.