Color Hex Logo

#ceabb4 Color Hex

#CEABB4
(206,171,180)
0 Favorites   0 Comments

Color spaces of #ceabb4

RGB 206171180
HSL0.960.260.74
HSV345°17°81°
CMYK 0.000.170.13   0.19
XYZ48.254745.542949.4274
Yxy45.54290.33690.3180
Hunter Lab67.48559.53473.8149
CIE-Lab73.247914.18580.1668

#ceabb4 color RGB value is (206,171,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10110100
Octal 316 253 264
Decimal 206 171 180
Hex CE AB B4

RGB Percentages of Color #ceabb4

%36.98
%30.70
%32.32

CMYK Percentages of Color #ceabb4

%0
%17
%13
%19

Triadic Colors of #ceabb4

#ceabb4 #b4ceab #abb4ce

Analogous Colors of #ceabb4

#ceabb4 #ceb4ab #ceabc6

Monochromatic Colors of #ceabb4

#ceabb4

Complementary Color

#ceabb4 #abcec5

#ceabb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabb4 Color CSS Codes

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

#ceabb4 Text Font Color

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

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


#ceabb4 Background Color

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

This div background color is #ceabb4


#ceabb4 Border Color

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

This div border color is #ceabb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabb4


Comments

No comments written yet.

Please login to write comment.