Color Hex Logo

#ceaefd Color Hex

#CEAEFD
(206,174,253)
0 Favorites   0 Comments

Color spaces of #ceaefd

RGB 206174253
HSL0.730.950.84
HSV264°31°99°
CMYK 0.190.310.00   0.01
XYZ58.319350.485899.5995
Yxy50.48580.27980.2422
Hunter Lab71.053422.1662-33.3728
CIE-Lab76.366526.7437-34.8937

#ceaefd color RGB value is (206,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11111101
Octal 316 256 375
Decimal 206 174 253
Hex CE AE FD

RGB Percentages of Color #ceaefd

%32.54
%27.49
%39.97

CMYK Percentages of Color #ceaefd

%19
%31
%0
%1

Triadic Colors of #ceaefd

#ceaefd #fdceae #aefdce

Analogous Colors of #ceaefd

#ceaefd #f6aefd #aeb6fd

Monochromatic Colors of #ceaefd

#ceaefd

Complementary Color

#ceaefd #ddfdae

#ceaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaefd Color CSS Codes

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

#ceaefd Text Font Color

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

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


#ceaefd Background Color

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

This div background color is #ceaefd


#ceaefd Border Color

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

This div border color is #ceaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.