Color Hex Logo

#ffeb52 Color Hex

#FFEB52
(255,235,82)
0 Favorites   0 Comments

Color spaces of #ffeb52

RGB 25523582
HSL0.151.000.66
HSV53°68°100°
CMYK 0.000.080.68   0.00
XYZ72.471381.285919.8527
Yxy81.28590.41740.4682
Hunter Lab90.1587-14.296050.0556
CIE-Lab92.2588-9.846873.2434

#ffeb52 color RGB value is (255,235,82).

#ffeb52 hex color red value is 255, green value is 235 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ffeb52 hue: 0.15 , saturation: 1.00 and the lightness value of ffeb52 is 0.66.

The process color (four color CMYK) of #ffeb52 color hex is 0.00, 0.08, 0.68, 0.00. Web safe color of #ffeb52 is #ffff66. Color #ffeb52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 01010010
Octal 377 353 122
Decimal 255 235 82
Hex FF EB 52

RGB Percentages of Color #ffeb52

%44.58
%41.08
%14.34

CMYK Percentages of Color #ffeb52

%0
%8
%68
%0

Triadic Colors of #ffeb52

#ffeb52 #52ffeb #eb52ff

Analogous Colors of #ffeb52

#ffeb52 #bdff52 #ff9552

Monochromatic Colors of #ffeb52

#ffeb52

Complementary Color

#ffeb52 #5266ff

#ffeb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb52 Color CSS Codes

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

#ffeb52 Text Font Color

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

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


#ffeb52 Background Color

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

This div background color is #ffeb52


#ffeb52 Border Color

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

This div border color is #ffeb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb52


Comments

No comments written yet.

Please login to write comment.