Color Hex Logo

#ceabdf Color Hex

#CEABDF
(206,171,223)
0 Favorites   0 Comments

Color spaces of #ceabdf

RGB 206171223
HSL0.780.450.77
HSV280°23°87°
CMYK 0.080.230.00   0.13
XYZ53.335847.575376.1839
Yxy47.57530.30120.2686
Hunter Lab68.974917.3217-17.2044
CIE-Lab74.556322.0822-21.4227

#ceabdf color RGB value is (206,171,223).

#ceabdf hex color red value is 206, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ceabdf hue: 0.78 , saturation: 0.45 and the lightness value of ceabdf is 0.77.

The process color (four color CMYK) of #ceabdf color hex is 0.08, 0.23, 0.00, 0.13. Web safe color of #ceabdf is #cc99cc. Color #ceabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11011111
Octal 316 253 337
Decimal 206 171 223
Hex CE AB DF

RGB Percentages of Color #ceabdf

%34.33
%28.50
%37.17

CMYK Percentages of Color #ceabdf

%8
%23
%0
%13

Triadic Colors of #ceabdf

#ceabdf #dfceab #abdfce

Analogous Colors of #ceabdf

#ceabdf #dfabd6 #b4abdf

Monochromatic Colors of #ceabdf

#ceabdf

Complementary Color

#ceabdf #bcdfab

#ceabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabdf Color CSS Codes

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

#ceabdf Text Font Color

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

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


#ceabdf Background Color

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

This div background color is #ceabdf


#ceabdf Border Color

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

This div border color is #ceabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabdf


Comments

No comments written yet.

Please login to write comment.