Color Hex Logo

#ceafe3 Color Hex

#CEAFE3
(206,175,227)
0 Favorites   0 Comments

Color spaces of #ceafe3

RGB 206175227
HSL0.770.480.79
HSV276°23°89°
CMYK 0.090.230.00   0.11
XYZ54.648749.327879.3140
Yxy49.32780.29820.2691
Hunter Lab70.233815.9813-17.7917
CIE-Lab75.654820.7036-21.9278

#ceafe3 color RGB value is (206,175,227).

#ceafe3 hex color red value is 206, green value is 175 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ceafe3 hue: 0.77 , saturation: 0.48 and the lightness value of ceafe3 is 0.79.

The process color (four color CMYK) of #ceafe3 color hex is 0.09, 0.23, 0.00, 0.11. Web safe color of #ceafe3 is #cc99cc. Color #ceafe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11100011
Octal 316 257 343
Decimal 206 175 227
Hex CE AF E3

RGB Percentages of Color #ceafe3

%33.88
%28.78
%37.34

CMYK Percentages of Color #ceafe3

%9
%23
%0
%11

Triadic Colors of #ceafe3

#ceafe3 #e3ceaf #afe3ce

Analogous Colors of #ceafe3

#ceafe3 #e3afde #b4afe3

Monochromatic Colors of #ceafe3

#ceafe3

Complementary Color

#ceafe3 #c4e3af

#ceafe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafe3 Color CSS Codes

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

#ceafe3 Text Font Color

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

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


#ceafe3 Background Color

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

This div background color is #ceafe3


#ceafe3 Border Color

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

This div border color is #ceafe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafe3


Comments

No comments written yet.

Please login to write comment.