Color Hex Logo

#ceabf0 Color Hex

#CEABF0
(206,171,240)
0 Favorites   0 Comments

Color spaces of #ceabf0

RGB 206171240
HSL0.750.700.81
HSV270°29°94°
CMYK 0.140.290.00   0.06
XYZ55.744748.538988.8690
Yxy48.53890.28860.2513
Hunter Lab69.669920.9003-26.8598
CIE-Lab75.163625.5821-29.7289

#ceabf0 color RGB value is (206,171,240).

#ceabf0 hex color red value is 206, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ceabf0 hue: 0.75 , saturation: 0.70 and the lightness value of ceabf0 is 0.81.

The process color (four color CMYK) of #ceabf0 color hex is 0.14, 0.29, 0.00, 0.06. Web safe color of #ceabf0 is #cc99ff. Color #ceabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11110000
Octal 316 253 360
Decimal 206 171 240
Hex CE AB F0

RGB Percentages of Color #ceabf0

%33.39
%27.71
%38.90

CMYK Percentages of Color #ceabf0

%14
%29
%0
%6

Triadic Colors of #ceabf0

#ceabf0 #f0ceab #abf0ce

Analogous Colors of #ceabf0

#ceabf0 #f0abf0 #acabf0

Monochromatic Colors of #ceabf0

#ceabf0

Complementary Color

#ceabf0 #cdf0ab

#ceabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabf0 Color CSS Codes

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

#ceabf0 Text Font Color

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

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


#ceabf0 Background Color

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

This div background color is #ceabf0


#ceabf0 Border Color

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

This div border color is #ceabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabf0


Comments

No comments written yet.

Please login to write comment.