Color Hex Logo

#fece38 Color Hex

#FECE38
(254,206,56)
0 Favorites   0 Comments

Color spaces of #fece38

RGB 25420656
HSL0.130.990.61
HSV45°78°100°
CMYK 0.000.190.78   0.00
XYZ63.658265.499013.0288
Yxy65.49900.44770.4607
Hunter Lab80.9315-1.227447.1072
CIE-Lab84.74023.238675.1352

#fece38 color RGB value is (254,206,56).

#fece38 hex color red value is 254, green value is 206 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #fece38 hue: 0.13 , saturation: 0.99 and the lightness value of fece38 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00111000
Octal 376 316 70
Decimal 254 206 56
Hex FE CE 38

RGB Percentages of Color #fece38

%49.22
%39.92
%10.85

CMYK Percentages of Color #fece38

%0
%19
%78
%0

Triadic Colors of #fece38

#fece38 #38fece #ce38fe

Analogous Colors of #fece38

#fece38 #cbfe38 #fe6b38

Monochromatic Colors of #fece38

#fece38

Complementary Color

#fece38 #3868fe

#fece38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece38 Color CSS Codes

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

#fece38 Text Font Color

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

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


#fece38 Background Color

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

This div background color is #fece38


#fece38 Border Color

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

This div border color is #fece38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece38


Comments

No comments written yet.

Please login to write comment.