Color Hex Logo

#ffcb58 Color Hex

#FFCB58
(255,203,88)
0 Favorites   0 Comments

Color spaces of #ffcb58

RGB 25520388
HSL0.111.000.67
HSV41°65°100°
CMYK 0.000.200.65   0.00
XYZ64.357464.676518.3243
Yxy64.67650.43670.4389
Hunter Lab80.42172.106542.7858
CIE-Lab84.31686.659762.5387

#ffcb58 color RGB value is (255,203,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 01011000
Octal 377 313 130
Decimal 255 203 88
Hex FF CB 58

RGB Percentages of Color #ffcb58

%46.70
%37.18
%16.12

CMYK Percentages of Color #ffcb58

%0
%20
%65
%0

Triadic Colors of #ffcb58

#ffcb58 #58ffcb #cb58ff

Analogous Colors of #ffcb58

#ffcb58 #e0ff58 #ff7858

Monochromatic Colors of #ffcb58

#ffcb58

Complementary Color

#ffcb58 #588cff

#ffcb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb58 Color CSS Codes

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

#ffcb58 Text Font Color

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

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


#ffcb58 Background Color

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

This div background color is #ffcb58


#ffcb58 Border Color

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

This div border color is #ffcb58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,203,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 #ffcb58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb58

#ffcb58 Color Palettes


Comments

No comments written yet.

Please login to write comment.