Color Hex Logo

#ffef2d Color Hex

#FFEF2D
(255,239,45)
0 Favorites   0 Comments

Color spaces of #ffef2d

RGB 25523945
HSL0.151.000.59
HSV55°82°100°
CMYK 0.000.060.82   0.00
XYZ72.580283.182514.7131
Yxy83.18250.42580.4879
Hunter Lab91.2044-17.558054.2784
CIE-Lab93.0943-13.219585.4627

#ffef2d color RGB value is (255,239,45).

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

The process color (four color CMYK) of #ffef2d color hex is 0.00, 0.06, 0.82, 0.00. Web safe color of #ffef2d is #ffff33. Color #ffef2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 00101101
Octal 377 357 55
Decimal 255 239 45
Hex FF EF 2D

RGB Percentages of Color #ffef2d

%47.31
%44.34
%8.35

CMYK Percentages of Color #ffef2d

%0
%6
%82
%0

Triadic Colors of #ffef2d

#ffef2d #2dffef #ef2dff

Analogous Colors of #ffef2d

#ffef2d #a6ff2d #ff862d

Monochromatic Colors of #ffef2d

#ffef2d

Complementary Color

#ffef2d #2d3dff

#ffef2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef2d Color CSS Codes

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

#ffef2d Text Font Color

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

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


#ffef2d Background Color

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

This div background color is #ffef2d


#ffef2d Border Color

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

This div border color is #ffef2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef2d

Related Colors


Comments

No comments written yet.

Please login to write comment.