Color Hex Logo

#ceaafb Color Hex

#CEAAFB
(206,170,251)
0 Favorites   0 Comments

Color spaces of #ceaafb

RGB 206170251
HSL0.740.910.83
HSV267°32°98°
CMYK 0.180.320.00   0.02
XYZ57.240948.836397.6762
Yxy48.83630.28090.2397
Hunter Lab69.883023.9135-33.9522
CIE-Lab75.349428.4927-35.3895

#ceaafb color RGB value is (206,170,251).

#ceaafb hex color red value is 206, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ceaafb hue: 0.74 , saturation: 0.91 and the lightness value of ceaafb is 0.83.

The process color (four color CMYK) of #ceaafb color hex is 0.18, 0.32, 0.00, 0.02. Web safe color of #ceaafb is #cc99ff. Color #ceaafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11111011
Octal 316 252 373
Decimal 206 170 251
Hex CE AA FB

RGB Percentages of Color #ceaafb

%32.85
%27.11
%40.03

CMYK Percentages of Color #ceaafb

%18
%32
%0
%2

Triadic Colors of #ceaafb

#ceaafb #fbceaa #aafbce

Analogous Colors of #ceaafb

#ceaafb #f7aafb #aaaffb

Monochromatic Colors of #ceaafb

#ceaafb

Complementary Color

#ceaafb #d7fbaa

#ceaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaafb Color CSS Codes

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

#ceaafb Text Font Color

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

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


#ceaafb Background Color

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

This div background color is #ceaafb


#ceaafb Border Color

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

This div border color is #ceaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.