Color Hex Logo

#ffcf58 Color Hex

#FFCF58
(255,207,88)
0 Favorites   0 Comments

Color spaces of #ffcf58

RGB 25520788
HSL0.121.000.67
HSV43°65°100°
CMYK 0.000.190.65   0.00
XYZ65.314366.590218.6433
Yxy66.59020.43380.4423
Hunter Lab81.60280.065243.5763
CIE-Lab85.29664.601763.5910

#ffcf58 color RGB value is (255,207,88).

#ffcf58 hex color red value is 255, green value is 207 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ffcf58 hue: 0.12 , saturation: 1.00 and the lightness value of ffcf58 is 0.67.

The process color (four color CMYK) of #ffcf58 color hex is 0.00, 0.19, 0.65, 0.00. Web safe color of #ffcf58 is #ffcc66. Color #ffcf58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 01011000
Octal 377 317 130
Decimal 255 207 88
Hex FF CF 58

RGB Percentages of Color #ffcf58

%46.36
%37.64
%16.00

CMYK Percentages of Color #ffcf58

%0
%19
%65
%0

Triadic Colors of #ffcf58

#ffcf58 #58ffcf #cf58ff

Analogous Colors of #ffcf58

#ffcf58 #dcff58 #ff7c58

Monochromatic Colors of #ffcf58

#ffcf58

Complementary Color

#ffcf58 #5888ff

#ffcf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf58 Color CSS Codes

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

#ffcf58 Text Font Color

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

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


#ffcf58 Background Color

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

This div background color is #ffcf58


#ffcf58 Border Color

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

This div border color is #ffcf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf58

Related Colors


Comments

No comments written yet.

Please login to write comment.