Color Hex Logo

#217b01 Color Hex

#217B01
(33,123,1)
0 Favorites   0 Comments

Color spaces of #217b01

RGB 331231
HSL0.290.980.24
HSV104°99°48°
CMYK 0.730.000.99   0.52
XYZ7.715614.49142.4192
Yxy14.49140.31330.5885
Hunter Lab38.0676-30.439622.8794
CIE-Lab44.9296-46.132848.8254

#217b01 color RGB value is (33,123,1).

#217b01 hex color red value is 33, green value is 123 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #217b01 hue: 0.29 , saturation: 0.98 and the lightness value of 217b01 is 0.24.

The process color (four color CMYK) of #217b01 color hex is 0.73, 0.00, 0.99, 0.52. Web safe color of #217b01 is #336600. Color #217b01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111011 00000001
Octal 41 173 1
Decimal 33 123 1
Hex 21 7B 1

RGB Percentages of Color #217b01

%21.02
%78.34
%0.64

CMYK Percentages of Color #217b01

%73
%0
%99
%52

Triadic Colors of #217b01

#217b01 #01217b #7b0121

Analogous Colors of #217b01

#217b01 #017b1e #5e7b01

Monochromatic Colors of #217b01

#217b01

Complementary Color

#217b01 #5b017b

#217b01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217b01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217b01 Color CSS Codes

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

#217b01 Text Font Color

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

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


#217b01 Background Color

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

This div background color is #217b01


#217b01 Border Color

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

This div border color is #217b01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,123,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217b01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217b01;
  -webkit-box-shadow: 1px 1px 3px 2px #217b01;
  box-shadow:         1px 1px 3px 2px #217b01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,123,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 #217b01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217b01


Comments

No comments written yet.

Please login to write comment.