Color Hex Logo

#d5fe12 Color Hex

#D5FE12
(213,254,18)
0 Favorites   0 Comments

Color spaces of #d5fe12

RGB 21325418
HSL0.200.990.53
HSV70°93°100°
CMYK 0.160.000.93   0.00
XYZ62.991685.073413.6731
Yxy85.07340.38950.5260
Hunter Lab92.2352-39.506055.7754
CIE-Lab93.9147-37.839189.3548

#d5fe12 color RGB value is (213,254,18).

#d5fe12 hex color red value is 213, green value is 254 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d5fe12 hue: 0.20 , saturation: 0.99 and the lightness value of d5fe12 is 0.53.

The process color (four color CMYK) of #d5fe12 color hex is 0.16, 0.00, 0.93, 0.00. Web safe color of #d5fe12 is #ccff00. Color #d5fe12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 00010010
Octal 325 376 22
Decimal 213 254 18
Hex D5 FE 12

RGB Percentages of Color #d5fe12

%43.92
%52.37
%3.71

CMYK Percentages of Color #d5fe12

%16
%0
%93
%0

Triadic Colors of #d5fe12

#d5fe12 #12d5fe #fe12d5

Analogous Colors of #d5fe12

#d5fe12 #5ffe12 #feb112

Monochromatic Colors of #d5fe12

#d5fe12

Complementary Color

#d5fe12 #3b12fe

#d5fe12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fe12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fe12 Color CSS Codes

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

#d5fe12 Text Font Color

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

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


#d5fe12 Background Color

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

This div background color is #d5fe12


#d5fe12 Border Color

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

This div border color is #d5fe12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,254,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5fe12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5fe12;
  -webkit-box-shadow: 1px 1px 3px 2px #d5fe12;
  box-shadow:         1px 1px 3px 2px #d5fe12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fe12

Related Colors


Comments

No comments written yet.

Please login to write comment.