Color Hex Logo

#ffcb6f Color Hex

#FFCB6F
(255,203,111)
0 Favorites   0 Comments

Color spaces of #ffcb6f

RGB 255203111
HSL0.111.000.72
HSV38°56°100°
CMYK 0.000.200.56   0.00
XYZ65.465265.119624.1579
Yxy65.11960.42310.4208
Hunter Lab80.69673.588838.7383
CIE-Lab84.54538.179352.2766

#ffcb6f color RGB value is (255,203,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 01101111
Octal 377 313 157
Decimal 255 203 111
Hex FF CB 6F

RGB Percentages of Color #ffcb6f

%44.82
%35.68
%19.51

CMYK Percentages of Color #ffcb6f

%0
%20
%56
%0

Triadic Colors of #ffcb6f

#ffcb6f #6fffcb #cb6fff

Analogous Colors of #ffcb6f

#ffcb6f #ebff6f #ff836f

Monochromatic Colors of #ffcb6f

#ffcb6f

Complementary Color

#ffcb6f #6fa3ff

#ffcb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb6f Color CSS Codes

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

#ffcb6f Text Font Color

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

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


#ffcb6f Background Color

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

This div background color is #ffcb6f


#ffcb6f Border Color

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

This div border color is #ffcb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb6f


Comments

No comments written yet.

Please login to write comment.