Color Hex Logo

#ffef02 Color Hex

#FFEF02
(255,239,2)
0 Favorites   0 Comments

Color spaces of #ffef02

RGB 2552392
HSL0.161.000.50
HSV56°99°100°
CMYK 0.000.060.99   0.00
XYZ72.117582.997412.2765
Yxy82.99740.43080.4958
Hunter Lab91.1029-18.128655.7825
CIE-Lab93.0133-13.843791.3337

#ffef02 color RGB value is (255,239,2).

#ffef02 hex color red value is 255, green value is 239 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ffef02 hue: 0.16 , saturation: 1.00 and the lightness value of ffef02 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 00000010
Octal 377 357 2
Decimal 255 239 2
Hex FF EF 2

RGB Percentages of Color #ffef02

%51.41
%48.19
%0.40

CMYK Percentages of Color #ffef02

%0
%6
%99
%0

Triadic Colors of #ffef02

#ffef02 #02ffef #ef02ff

Analogous Colors of #ffef02

#ffef02 #91ff02 #ff7102

Monochromatic Colors of #ffef02

#ffef02

Complementary Color

#ffef02 #0212ff

#ffef02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef02 Color CSS Codes

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

#ffef02 Text Font Color

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

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


#ffef02 Background Color

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

This div background color is #ffef02


#ffef02 Border Color

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

This div border color is #ffef02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef02

Related Colors


Comments

No comments written yet.

Please login to write comment.