Color Hex Logo

#ceafbd Color Hex

#CEAFBD
(206,175,189)
0 Favorites   0 Comments

Color spaces of #ceafbd

RGB 206175189
HSL0.920.240.75
HSV333°15°81°
CMYK 0.000.150.08   0.19
XYZ49.968947.455954.6704
Yxy47.45590.32850.3120
Hunter Lab68.88828.92271.1686
CIE-Lab74.480413.5417-2.9615

#ceafbd color RGB value is (206,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10111101
Octal 316 257 275
Decimal 206 175 189
Hex CE AF BD

RGB Percentages of Color #ceafbd

%36.14
%30.70
%33.16

CMYK Percentages of Color #ceafbd

%0
%15
%8
%19

Triadic Colors of #ceafbd

#ceafbd #bdceaf #afbdce

Analogous Colors of #ceafbd

#ceafbd #ceb1af #ceafcd

Monochromatic Colors of #ceafbd

#ceafbd

Complementary Color

#ceafbd #afcec0

#ceafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafbd Color CSS Codes

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

#ceafbd Text Font Color

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

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


#ceafbd Background Color

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

This div background color is #ceafbd


#ceafbd Border Color

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

This div border color is #ceafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafbd


Comments

No comments written yet.

Please login to write comment.