Color Hex Logo

#efd270 Color Hex

#EFD270
(239,210,112)
0 Favorites   0 Comments

Color spaces of #efd270

RGB 239210112
HSL0.130.800.69
HSV46°53°94°
CMYK 0.000.120.53   0.06
XYZ61.567865.613824.7490
Yxy65.61380.40520.4319
Hunter Lab81.0023-6.080838.5865
CIE-Lab84.7990-1.856851.7345

#efd270 color RGB value is (239,210,112).

#efd270 hex color red value is 239, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efd270 hue: 0.13 , saturation: 0.80 and the lightness value of efd270 is 0.69.

The process color (four color CMYK) of #efd270 color hex is 0.00, 0.12, 0.53, 0.06. Web safe color of #efd270 is #ffcc66. Color #efd270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 01110000
Octal 357 322 160
Decimal 239 210 112
Hex EF D2 70

RGB Percentages of Color #efd270

%42.60
%37.43
%19.96

CMYK Percentages of Color #efd270

%0
%12
%53
%6

Triadic Colors of #efd270

#efd270 #70efd2 #d270ef

Analogous Colors of #efd270

#efd270 #cdef70 #ef9370

Monochromatic Colors of #efd270

#efd270

Complementary Color

#efd270 #708def

#efd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd270 Color CSS Codes

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

#efd270 Text Font Color

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

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


#efd270 Background Color

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

This div background color is #efd270


#efd270 Border Color

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

This div border color is #efd270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd270


Comments

No comments written yet.

Please login to write comment.