Color Hex Logo

#023415 Color Hex

#023415
(2,52,21)
0 Favorites   0 Comments

Color spaces of #023415

RGB 25221
HSL0.400.930.11
HSV143°96°20°
CMYK 0.960.000.60   0.80
XYZ1.38842.52301.1233
Yxy2.52300.27580.5011
Hunter Lab15.8840-12.19446.9258
CIE-Lab18.0223-24.422315.1205

#023415 color RGB value is (2,52,21).

#023415 hex color red value is 2, green value is 52 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #023415 hue: 0.40 , saturation: 0.93 and the lightness value of 023415 is 0.11.

The process color (four color CMYK) of #023415 color hex is 0.96, 0.00, 0.60, 0.80. Web safe color of #023415 is #003300. Color #023415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110100 00010101
Octal 2 64 25
Decimal 2 52 21
Hex 2 34 15

RGB Percentages of Color #023415

%2.67
%69.33
%28.00

CMYK Percentages of Color #023415

%96
%0
%60
%80

Triadic Colors of #023415

#023415 #150234 #341502

Analogous Colors of #023415

#023415 #02342e #083402

Monochromatic Colors of #023415

#023415

Complementary Color

#023415 #340221

#023415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023415 Color CSS Codes

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

#023415 Text Font Color

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

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


#023415 Background Color

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

This div background color is #023415


#023415 Border Color

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

This div border color is #023415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023415


Comments

No comments written yet.

Please login to write comment.