Color Hex Logo

#ceabb8 Color Hex

#CEABB8
(206,171,184)
0 Favorites   0 Comments

Color spaces of #ceabb8

RGB 206171184
HSL0.940.260.74
HSV338°17°81°
CMYK 0.000.170.11   0.19
XYZ48.668245.708351.6049
Yxy45.70830.33340.3131
Hunter Lab67.607910.18112.0697
CIE-Lab73.355914.8568-1.8720

#ceabb8 color RGB value is (206,171,184).

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

The process color (four color CMYK) of #ceabb8 color hex is 0.00, 0.17, 0.11, 0.19. Web safe color of #ceabb8 is #cc99cc. Color #ceabb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10111000
Octal 316 253 270
Decimal 206 171 184
Hex CE AB B8

RGB Percentages of Color #ceabb8

%36.72
%30.48
%32.80

CMYK Percentages of Color #ceabb8

%0
%17
%11
%19

Triadic Colors of #ceabb8

#ceabb8 #b8ceab #abb8ce

Analogous Colors of #ceabb8

#ceabb8 #ceb0ab #ceabca

Monochromatic Colors of #ceabb8

#ceabb8

Complementary Color

#ceabb8 #abcec1

#ceabb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabb8 Color CSS Codes

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

#ceabb8 Text Font Color

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

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


#ceabb8 Background Color

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

This div background color is #ceabb8


#ceabb8 Border Color

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

This div border color is #ceabb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabb8


Comments

No comments written yet.

Please login to write comment.