Color Hex Logo

#ceafec Color Hex

#CEAFEC
(206,175,236)
0 Favorites   0 Comments

Color spaces of #ceafec

RGB 206175236
HSL0.750.620.81
HSV270°26°93°
CMYK 0.130.260.00   0.07
XYZ55.923949.837986.0290
Yxy49.83790.29160.2599
Hunter Lab70.596017.8591-22.8343
CIE-Lab75.969722.5556-26.3265

#ceafec color RGB value is (206,175,236).

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

The process color (four color CMYK) of #ceafec color hex is 0.13, 0.26, 0.00, 0.07. Web safe color of #ceafec is #cc99ff. Color #ceafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11101100
Octal 316 257 354
Decimal 206 175 236
Hex CE AF EC

RGB Percentages of Color #ceafec

%33.39
%28.36
%38.25

CMYK Percentages of Color #ceafec

%13
%26
%0
%7

Triadic Colors of #ceafec

#ceafec #ecceaf #afecce

Analogous Colors of #ceafec

#ceafec #ecafec #b0afec

Monochromatic Colors of #ceafec

#ceafec

Complementary Color

#ceafec #cdecaf

#ceafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafec Color CSS Codes

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

#ceafec Text Font Color

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

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


#ceafec Background Color

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

This div background color is #ceafec


#ceafec Border Color

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

This div border color is #ceafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafec


Comments

No comments written yet.

Please login to write comment.