Color Hex Logo

#ceafb8 Color Hex

#CEAFB8
(206,175,184)
0 Favorites   0 Comments

Color spaces of #ceafb8

RGB 206175184
HSL0.950.240.75
HSV343°15°81°
CMYK 0.000.150.11   0.19
XYZ49.435347.242451.8606
Yxy47.24240.33280.3180
Hunter Lab68.73318.10063.3776
CIE-Lab74.344612.6858-0.4245

#ceafb8 color RGB value is (206,175,184).

#ceafb8 hex color red value is 206, green value is 175 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ceafb8 hue: 0.95 , saturation: 0.24 and the lightness value of ceafb8 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10111000
Octal 316 257 270
Decimal 206 175 184
Hex CE AF B8

RGB Percentages of Color #ceafb8

%36.46
%30.97
%32.57

CMYK Percentages of Color #ceafb8

%0
%15
%11
%19

Triadic Colors of #ceafb8

#ceafb8 #b8ceaf #afb8ce

Analogous Colors of #ceafb8

#ceafb8 #ceb6af #ceafc8

Monochromatic Colors of #ceafb8

#ceafb8

Complementary Color

#ceafb8 #afcec5

#ceafb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafb8 Color CSS Codes

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

#ceafb8 Text Font Color

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

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


#ceafb8 Background Color

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

This div background color is #ceafb8


#ceafb8 Border Color

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

This div border color is #ceafb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafb8


Comments

No comments written yet.

Please login to write comment.