Color Hex Logo

#ffcbae Color Hex

#FFCBAE
(255,203,174)
3 Favorites   0 Comments

Color spaces of #ffcbae

RGB 255203174
HSL0.061.000.84
HSV21°32°100°
CMYK 0.000.200.32   0.00
XYZ70.235967.027949.2802
Yxy67.02790.37650.3593
Hunter Lab81.87069.859821.6211
CIE-Lab85.518014.462321.4749

#ffcbae color RGB value is (255,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10101110
Octal 377 313 256
Decimal 255 203 174
Hex FF CB AE

RGB Percentages of Color #ffcbae

%40.35
%32.12
%27.53

CMYK Percentages of Color #ffcbae

%0
%20
%32
%0

Triadic Colors of #ffcbae

#ffcbae #aeffcb #cbaeff

Analogous Colors of #ffcbae

#ffcbae #fff4ae #ffaeba

Monochromatic Colors of #ffcbae

#ffcbae

Complementary Color

#ffcbae #aee2ff

#ffcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbae Color CSS Codes

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

#ffcbae Text Font Color

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

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


#ffcbae Background Color

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

This div background color is #ffcbae


#ffcbae Border Color

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

This div border color is #ffcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbae

Related Colors


Comments

No comments written yet.

Please login to write comment.