Color Hex Logo

#ceaefc Color Hex

#CEAEFC
(206,174,252)
0 Favorites   0 Comments

Color spaces of #ceaefc

RGB 206174252
HSL0.740.930.84
HSV265°31°99°
CMYK 0.180.310.00   0.01
XYZ58.160350.422298.7625
Yxy50.42220.28050.2432
Hunter Lab71.008621.9372-32.7577
CIE-Lab76.327726.5245-34.4152

#ceaefc color RGB value is (206,174,252).

#ceaefc hex color red value is 206, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ceaefc hue: 0.74 , saturation: 0.93 and the lightness value of ceaefc is 0.84.

The process color (four color CMYK) of #ceaefc color hex is 0.18, 0.31, 0.00, 0.01. Web safe color of #ceaefc is #cc99ff. Color #ceaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11111100
Octal 316 256 374
Decimal 206 174 252
Hex CE AE FC

RGB Percentages of Color #ceaefc

%32.59
%27.53
%39.87

CMYK Percentages of Color #ceaefc

%18
%31
%0
%1

Triadic Colors of #ceaefc

#ceaefc #fcceae #aefcce

Analogous Colors of #ceaefc

#ceaefc #f5aefc #aeb5fc

Monochromatic Colors of #ceaefc

#ceaefc

Complementary Color

#ceaefc #dcfcae

#ceaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaefc Color CSS Codes

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

#ceaefc Text Font Color

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

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


#ceaefc Background Color

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

This div background color is #ceaefc


#ceaefc Border Color

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

This div border color is #ceaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaefc


Comments

No comments written yet.

Please login to write comment.