Color Hex Logo

#ceafef Color Hex

#CEAFEF
(206,175,239)
0 Favorites   0 Comments

Color spaces of #ceafef

RGB 206175239
HSL0.750.670.81
HSV269°27°94°
CMYK 0.140.270.00   0.06
XYZ56.363650.013888.3443
Yxy50.01380.28950.2568
Hunter Lab70.720418.5023-24.5610
CIE-Lab76.077723.1849-27.7842

#ceafef color RGB value is (206,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11101111
Octal 316 257 357
Decimal 206 175 239
Hex CE AF EF

RGB Percentages of Color #ceafef

%33.23
%28.23
%38.55

CMYK Percentages of Color #ceafef

%14
%27
%0
%6

Triadic Colors of #ceafef

#ceafef #efceaf #afefce

Analogous Colors of #ceafef

#ceafef #eeafef #afb0ef

Monochromatic Colors of #ceafef

#ceafef

Complementary Color

#ceafef #d0efaf

#ceafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafef Color CSS Codes

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

#ceafef Text Font Color

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

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


#ceafef Background Color

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

This div background color is #ceafef


#ceafef Border Color

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

This div border color is #ceafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafef


Comments

No comments written yet.

Please login to write comment.