Color Hex Logo

#ceafba Color Hex

#CEAFBA
(206,175,186)
0 Favorites   0 Comments

Color spaces of #ceafba

RGB 206175186
HSL0.940.240.75
HSV339°15°81°
CMYK 0.000.150.10   0.19
XYZ49.646547.326952.9727
Yxy47.32690.33110.3156
Hunter Lab68.79458.42642.5021
CIE-Lab74.398413.0256-1.4402

#ceafba color RGB value is (206,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10111010
Octal 316 257 272
Decimal 206 175 186
Hex CE AF BA

RGB Percentages of Color #ceafba

%36.33
%30.86
%32.80

CMYK Percentages of Color #ceafba

%0
%15
%10
%19

Triadic Colors of #ceafba

#ceafba #baceaf #afbace

Analogous Colors of #ceafba

#ceafba #ceb4af #ceafca

Monochromatic Colors of #ceafba

#ceafba

Complementary Color

#ceafba #afcec3

#ceafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafba Color CSS Codes

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

#ceafba Text Font Color

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

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


#ceafba Background Color

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

This div background color is #ceafba


#ceafba Border Color

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

This div border color is #ceafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafba


Comments

No comments written yet.

Please login to write comment.