Color Hex Logo

#05230a Color Hex

#05230A
(5,35,10)
0 Favorites   0 Comments

Color spaces of #05230a

RGB 53510
HSL0.360.750.08
HSV130°86°14°
CMYK 0.860.000.71   0.86
XYZ0.71841.25620.4918
Yxy1.25620.29130.5093
Hunter Lab11.2080-8.17285.2440
CIE-Lab10.9657-17.837211.8719

#05230a color RGB value is (5,35,10).

#05230a hex color red value is 5, green value is 35 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #05230a hue: 0.36 , saturation: 0.75 and the lightness value of 05230a is 0.08.

The process color (four color CMYK) of #05230a color hex is 0.86, 0.00, 0.71, 0.86. Web safe color of #05230a is #003300. Color #05230a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100011 00001010
Octal 5 43 12
Decimal 5 35 10
Hex 5 23 A

RGB Percentages of Color #05230a

%10.00
%70.00
%20.00

CMYK Percentages of Color #05230a

%86
%0
%71
%86

Triadic Colors of #05230a

#05230a #0a0523 #230a05

Analogous Colors of #05230a

#05230a #052319 #0f2305

Monochromatic Colors of #05230a

#05230a

Complementary Color

#05230a #23051e

#05230a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05230a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05230a Color CSS Codes

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

#05230a Text Font Color

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

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


#05230a Background Color

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

This div background color is #05230a


#05230a Border Color

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

This div border color is #05230a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,35,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05230a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05230a;
  -webkit-box-shadow: 1px 1px 3px 2px #05230a;
  box-shadow:         1px 1px 3px 2px #05230a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05230a


Comments

No comments written yet.

Please login to write comment.