Color Hex Logo

#ffcb95 Color Hex

#FFCB95
(255,203,149)
1 Favorites   0 Comments

Color spaces of #ffcb95

RGB 255203149
HSL0.081.000.79
HSV31°42°100°
CMYK 0.000.200.42   0.00
XYZ68.020866.141837.6153
Yxy66.14180.39600.3850
Hunter Lab81.32766.970529.5068
CIE-Lab85.068711.596133.9218

#ffcb95 color RGB value is (255,203,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10010101
Octal 377 313 225
Decimal 255 203 149
Hex FF CB 95

RGB Percentages of Color #ffcb95

%42.01
%33.44
%24.55

CMYK Percentages of Color #ffcb95

%0
%20
%42
%0

Triadic Colors of #ffcb95

#ffcb95 #95ffcb #cb95ff

Analogous Colors of #ffcb95

#ffcb95 #feff95 #ff9695

Monochromatic Colors of #ffcb95

#ffcb95

Complementary Color

#ffcb95 #95c9ff

#ffcb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb95 Color CSS Codes

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

#ffcb95 Text Font Color

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

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


#ffcb95 Background Color

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

This div background color is #ffcb95


#ffcb95 Border Color

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

This div border color is #ffcb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb95

Related Colors

#ffcb95 Color Palettes


Comments

No comments written yet.

Please login to write comment.