Color Hex Logo

#ceabfc Color Hex

#CEABFC
(206,171,252)
0 Favorites   0 Comments

Color spaces of #ceabfc

RGB 206171252
HSL0.740.930.83
HSV266°32°99°
CMYK 0.180.320.00   0.01
XYZ57.587249.275998.5715
Yxy49.27590.28030.2399
Hunter Lab70.196823.5913-34.1182
CIE-Lab75.622628.1646-35.5059

#ceabfc color RGB value is (206,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11111100
Octal 316 253 374
Decimal 206 171 252
Hex CE AB FC

RGB Percentages of Color #ceabfc

%32.75
%27.19
%40.06

CMYK Percentages of Color #ceabfc

%18
%32
%0
%1

Triadic Colors of #ceabfc

#ceabfc #fcceab #abfcce

Analogous Colors of #ceabfc

#ceabfc #f7abfc #abb1fc

Monochromatic Colors of #ceabfc

#ceabfc

Complementary Color

#ceabfc #d9fcab

#ceabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabfc Color CSS Codes

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

#ceabfc Text Font Color

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

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


#ceabfc Background Color

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

This div background color is #ceabfc


#ceabfc Border Color

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

This div border color is #ceabfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,171,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 #ceabfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabfc

#ceabfc Color Palettes


Comments

No comments written yet.

Please login to write comment.