Color Hex Logo

#84ce01 Color Hex

#84CE01
(132,206,1)
0 Favorites   0 Comments

Color spaces of #84ce01

RGB 1322061
HSL0.230.990.41
HSV82°100°81°
CMYK 0.360.001.00   0.19
XYZ31.592549.05037.8313
Yxy49.05030.35710.5544
Hunter Lab70.0359-42.043342.3954
CIE-Lab75.4826-47.968974.5546

#84ce01 color RGB value is (132,206,1).

#84ce01 hex color red value is 132, green value is 206 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #84ce01 hue: 0.23 , saturation: 0.99 and the lightness value of 84ce01 is 0.41.

The process color (four color CMYK) of #84ce01 color hex is 0.36, 0.00, 1.00, 0.19. Web safe color of #84ce01 is #99cc00. Color #84ce01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001110 00000001
Octal 204 316 1
Decimal 132 206 1
Hex 84 CE 1

RGB Percentages of Color #84ce01

%38.94
%60.77
%0.29

CMYK Percentages of Color #84ce01

%36
%0
%100
%19

Triadic Colors of #84ce01

#84ce01 #0184ce #ce0184

Analogous Colors of #84ce01

#84ce01 #1dce01 #ceb201

Monochromatic Colors of #84ce01

#84ce01

Complementary Color

#84ce01 #4b01ce

#84ce01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ce01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ce01 Color CSS Codes

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

#84ce01 Text Font Color

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

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


#84ce01 Background Color

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

This div background color is #84ce01


#84ce01 Border Color

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

This div border color is #84ce01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,206,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84ce01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84ce01;
  -webkit-box-shadow: 1px 1px 3px 2px #84ce01;
  box-shadow:         1px 1px 3px 2px #84ce01; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ce01


Comments

No comments written yet.

Please login to write comment.