Color Hex Logo

#effc48 Color Hex

#EFFC48
(239,252,72)
0 Favorites   0 Comments

Color spaces of #effc48

RGB 23925272
HSL0.180.970.64
HSV64°71°99°
CMYK 0.050.000.71   0.01
XYZ71.576788.439419.4289
Yxy88.43940.39890.4928
Hunter Lab94.0422-28.715353.5804
CIE-Lab95.3456-25.039779.3785

#effc48 color RGB value is (239,252,72).

#effc48 hex color red value is 239, green value is 252 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #effc48 hue: 0.18 , saturation: 0.97 and the lightness value of effc48 is 0.64.

The process color (four color CMYK) of #effc48 color hex is 0.05, 0.00, 0.71, 0.01. Web safe color of #effc48 is #ffff33. Color #effc48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 01001000
Octal 357 374 110
Decimal 239 252 72
Hex EF FC 48

RGB Percentages of Color #effc48

%42.45
%44.76
%12.79

CMYK Percentages of Color #effc48

%5
%0
%71
%1

Triadic Colors of #effc48

#effc48 #48effc #fc48ef

Analogous Colors of #effc48

#effc48 #95fc48 #fcaf48

Monochromatic Colors of #effc48

#effc48

Complementary Color

#effc48 #5548fc

#effc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc48 Color CSS Codes

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

#effc48 Text Font Color

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

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


#effc48 Background Color

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

This div background color is #effc48


#effc48 Border Color

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

This div border color is #effc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc48


Comments

No comments written yet.

Please login to write comment.