Color Hex Logo

#f5cf1b Color Hex

#F5CF1B
(245,207,27)
0 Favorites   0 Comments

Color spaces of #f5cf1b

RGB 24520727
HSL0.140.920.53
HSV50°89°96°
CMYK 0.000.160.89   0.04
XYZ60.166864.117310.2416
Yxy64.11730.44730.4766
Hunter Lab80.0733-6.003948.4679
CIE-Lab84.0268-1.834981.5038

#f5cf1b color RGB value is (245,207,27).

#f5cf1b hex color red value is 245, green value is 207 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #f5cf1b hue: 0.14 , saturation: 0.92 and the lightness value of f5cf1b is 0.53.

The process color (four color CMYK) of #f5cf1b color hex is 0.00, 0.16, 0.89, 0.04. Web safe color of #f5cf1b is #ffcc33. Color #f5cf1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001111 00011011
Octal 365 317 33
Decimal 245 207 27
Hex F5 CF 1B

RGB Percentages of Color #f5cf1b

%51.15
%43.22
%5.64

CMYK Percentages of Color #f5cf1b

%0
%16
%89
%4

Triadic Colors of #f5cf1b

#f5cf1b #1bf5cf #cf1bf5

Analogous Colors of #f5cf1b

#f5cf1b #aef51b #f5621b

Monochromatic Colors of #f5cf1b

#f5cf1b

Complementary Color

#f5cf1b #1b41f5

#f5cf1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cf1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cf1b Color CSS Codes

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

#f5cf1b Text Font Color

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

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


#f5cf1b Background Color

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

This div background color is #f5cf1b


#f5cf1b Border Color

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

This div border color is #f5cf1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,207,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5cf1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5cf1b;
  -webkit-box-shadow: 1px 1px 3px 2px #f5cf1b;
  box-shadow:         1px 1px 3px 2px #f5cf1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,207,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cf1b


Comments

No comments written yet.

Please login to write comment.