Color Hex Logo

#ffcb57 Color Hex

#FFCB57
(255,203,87)
1 Favorites   1 Comments

Color spaces of #ffcb57

RGB 25520387
HSL0.121.000.67
HSV41°66°100°
CMYK 0.000.200.66   0.00
XYZ64.316264.660018.1076
Yxy64.66000.43730.4396
Hunter Lab80.41142.051242.9367
CIE-Lab84.30826.602762.9610

#ffcb57 color RGB value is (255,203,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 01010111
Octal 377 313 127
Decimal 255 203 87
Hex FF CB 57

RGB Percentages of Color #ffcb57

%46.79
%37.25
%15.96

CMYK Percentages of Color #ffcb57

%0
%20
%66
%0

Triadic Colors of #ffcb57

#ffcb57 #57ffcb #cb57ff

Analogous Colors of #ffcb57

#ffcb57 #dfff57 #ff7757

Monochromatic Colors of #ffcb57

#ffcb57

Complementary Color

#ffcb57 #578bff

#ffcb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb57 Color CSS Codes

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

#ffcb57 Text Font Color

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

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


#ffcb57 Background Color

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

This div background color is #ffcb57


#ffcb57 Border Color

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

This div border color is #ffcb57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb57

Related Colors


Comments

5 Apr 2022, 1:20 nttleo

gostei dessa cor, esto de parabns

Please login to write comment.