Color Hex Logo

#ffcb74 Color Hex

#FFCB74
(255,203,116)
0 Favorites   0 Comments

Color spaces of #ffcb74

RGB 255203116
HSL0.101.000.73
HSV38°55°100°
CMYK 0.000.200.55   0.00
XYZ65.748365.232825.6489
Yxy65.23280.41980.4165
Hunter Lab80.76683.966137.7082
CIE-Lab84.60368.564049.9357

#ffcb74 color RGB value is (255,203,116).

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

The process color (four color CMYK) of #ffcb74 color hex is 0.00, 0.20, 0.55, 0.00. Web safe color of #ffcb74 is #ffcc66. Color #ffcb74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 01110100
Octal 377 313 164
Decimal 255 203 116
Hex FF CB 74

RGB Percentages of Color #ffcb74

%44.43
%35.37
%20.21

CMYK Percentages of Color #ffcb74

%0
%20
%55
%0

Triadic Colors of #ffcb74

#ffcb74 #74ffcb #cb74ff

Analogous Colors of #ffcb74

#ffcb74 #eeff74 #ff8674

Monochromatic Colors of #ffcb74

#ffcb74

Complementary Color

#ffcb74 #74a8ff

#ffcb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb74 Color CSS Codes

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

#ffcb74 Text Font Color

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

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


#ffcb74 Background Color

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

This div background color is #ffcb74


#ffcb74 Border Color

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

This div border color is #ffcb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb74


Comments

No comments written yet.

Please login to write comment.