Color Hex Logo

#065e52 Color Hex

#065E52
(6,94,82)
0 Favorites   0 Comments

Color spaces of #065e52

RGB 69482
HSL0.480.880.20
HSV172°94°37°
CMYK 0.940.000.13   0.63
XYZ5.60088.65339.3577
Yxy8.65330.23720.3665
Hunter Lab29.4165-17.49311.7308
CIE-Lab35.3080-26.58610.2016

#065e52 color RGB value is (6,94,82).

#065e52 hex color red value is 6, green value is 94 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #065e52 hue: 0.48 , saturation: 0.88 and the lightness value of 065e52 is 0.20.

The process color (four color CMYK) of #065e52 color hex is 0.94, 0.00, 0.13, 0.63. Web safe color of #065e52 is #006666. Color #065e52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011110 01010010
Octal 6 136 122
Decimal 6 94 82
Hex 6 5E 52

RGB Percentages of Color #065e52

%3.30
%51.65
%45.05

CMYK Percentages of Color #065e52

%94
%0
%13
%63

Triadic Colors of #065e52

#065e52 #52065e #5e5206

Analogous Colors of #065e52

#065e52 #063e5e #065e26

Monochromatic Colors of #065e52

#065e52

Complementary Color

#065e52 #5e0612

#065e52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065e52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065e52 Color CSS Codes

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

#065e52 Text Font Color

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

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


#065e52 Background Color

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

This div background color is #065e52


#065e52 Border Color

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

This div border color is #065e52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,94,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065e52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065e52;
  -webkit-box-shadow: 1px 1px 3px 2px #065e52;
  box-shadow:         1px 1px 3px 2px #065e52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065e52

#065e52 Color Palettes


Comments

No comments written yet.

Please login to write comment.