Color Hex Logo

#ceaefe Color Hex

#CEAEFE
(206,174,254)
0 Favorites   0 Comments

Color spaces of #ceaefe

RGB 206174254
HSL0.730.980.84
HSV264°31°100°
CMYK 0.190.310.00   0.00
XYZ58.479050.5497100.4408
Yxy50.54970.27920.2413
Hunter Lab71.098322.3958-33.9903
CIE-Lab76.405426.9633-35.3716

#ceaefe color RGB value is (206,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11111110
Octal 316 256 376
Decimal 206 174 254
Hex CE AE FE

RGB Percentages of Color #ceaefe

%32.49
%27.44
%40.06

CMYK Percentages of Color #ceaefe

%19
%31
%0
%0

Triadic Colors of #ceaefe

#ceaefe #feceae #aefece

Analogous Colors of #ceaefe

#ceaefe #f6aefe #aeb6fe

Monochromatic Colors of #ceaefe

#ceaefe

Complementary Color

#ceaefe #defeae

#ceaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaefe Color CSS Codes

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

#ceaefe Text Font Color

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

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


#ceaefe Background Color

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

This div background color is #ceaefe


#ceaefe Border Color

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

This div border color is #ceaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaefe


Comments

No comments written yet.

Please login to write comment.