Color Hex Logo

#ffcba4 Color Hex Deep Peach

#FFCBA4
(255,203,164)
5 Favorites   0 Comments

Color spaces of #ffcba4 Deep Peach

RGB 255203164
HSL0.071.000.82
HSV26°36°100°
CMYK 0.000.200.36   0.00
XYZ69.296866.652244.3348
Yxy66.65220.38440.3697
Hunter Lab81.64088.639624.9513
CIE-Lab85.328013.257726.4659

#ffcba4 color RGB value is (255,203,164). #ffcba4 color name is Deep Peach color.

#ffcba4 hex color red value is 255, green value is 203 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ffcba4 hue: 0.07 , saturation: 1.00 and the lightness value of ffcba4 is 0.82.

The process color (four color CMYK) of #ffcba4 color hex is 0.00, 0.20, 0.36, 0.00. Web safe color of #ffcba4 is #ffcc99. Color #ffcba4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10100100
Octal 377 313 244
Decimal 255 203 164
Hex FF CB A4

RGB Percentages of Color #ffcba4

%41.00
%32.64
%26.37

CMYK Percentages of Color #ffcba4

%0
%20
%36
%0

Triadic Colors of #ffcba4

#ffcba4 #a4ffcb #cba4ff

Analogous Colors of #ffcba4

#ffcba4 #fff9a4 #ffa4ab

Monochromatic Colors of #ffcba4

#ffcba4

Complementary Color

#ffcba4 #a4d8ff

#ffcba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcba4 Color CSS Codes

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

#ffcba4 Text Font Color

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

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


#ffcba4 Background Color

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

This div background color is #ffcba4


#ffcba4 Border Color

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

This div border color is #ffcba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,203,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffcba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffcba4;
  -webkit-box-shadow: 1px 1px 3px 2px #ffcba4;
  box-shadow:         1px 1px 3px 2px #ffcba4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,203,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcba4


Comments

No comments written yet.

Please login to write comment.