Color Hex Logo

#ef8203 Color Hex

#EF8203
(239,130,3)
0 Favorites   0 Comments

Color spaces of #ef8203

RGB 2391303
HSL0.090.980.47
HSV32°99°94°
CMYK 0.000.460.99   0.06
XYZ43.595734.32264.4133
Yxy34.32260.52950.4169
Hunter Lab58.585530.304036.5435
CIE-Lab65.217835.524471.3295

#ef8203 color RGB value is (239,130,3).

#ef8203 hex color red value is 239, green value is 130 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ef8203 hue: 0.09 , saturation: 0.98 and the lightness value of ef8203 is 0.47.

The process color (four color CMYK) of #ef8203 color hex is 0.00, 0.46, 0.99, 0.06. Web safe color of #ef8203 is #ff9900. Color #ef8203 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 00000011
Octal 357 202 3
Decimal 239 130 3
Hex EF 82 3

RGB Percentages of Color #ef8203

%64.25
%34.95
%0.81

CMYK Percentages of Color #ef8203

%0
%46
%99
%6

Triadic Colors of #ef8203

#ef8203 #03ef82 #8203ef

Analogous Colors of #ef8203

#ef8203 #e6ef03 #ef0c03

Monochromatic Colors of #ef8203

#ef8203

Complementary Color

#ef8203 #0370ef

#ef8203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8203 Color CSS Codes

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

#ef8203 Text Font Color

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

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


#ef8203 Background Color

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

This div background color is #ef8203


#ef8203 Border Color

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

This div border color is #ef8203


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,130,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef8203; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef8203;
  -webkit-box-shadow: 1px 1px 3px 2px #ef8203;
  box-shadow:         1px 1px 3px 2px #ef8203; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,130,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8203


Comments

No comments written yet.

Please login to write comment.