Color Hex Logo

#ffcb38 Color Hex

#FFCB38
(255,203,56)
0 Favorites   0 Comments

Color spaces of #ffcb38

RGB 25520356
HSL0.121.000.61
HSV44°78°100°
CMYK 0.000.200.78   0.00
XYZ63.309764.257412.8075
Yxy64.25740.45100.4578
Hunter Lab80.16070.695346.6396
CIE-Lab84.09965.200174.5918

#ffcb38 color RGB value is (255,203,56).

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

The process color (four color CMYK) of #ffcb38 color hex is 0.00, 0.20, 0.78, 0.00. Web safe color of #ffcb38 is #ffcc33. Color #ffcb38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 00111000
Octal 377 313 70
Decimal 255 203 56
Hex FF CB 38

RGB Percentages of Color #ffcb38

%49.61
%39.49
%10.89

CMYK Percentages of Color #ffcb38

%0
%20
%78
%0

Triadic Colors of #ffcb38

#ffcb38 #38ffcb #cb38ff

Analogous Colors of #ffcb38

#ffcb38 #d0ff38 #ff6838

Monochromatic Colors of #ffcb38

#ffcb38

Complementary Color

#ffcb38 #386cff

#ffcb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb38 Color CSS Codes

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

#ffcb38 Text Font Color

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

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


#ffcb38 Background Color

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

This div background color is #ffcb38


#ffcb38 Border Color

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

This div border color is #ffcb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb38

#ffcb38 Color Palettes


Comments

No comments written yet.

Please login to write comment.