Color Hex Logo

#065d5a Color Hex

#065D5A
(6,93,90)
0 Favorites   0 Comments

Color spaces of #065d5a

RGB 69390
HSL0.490.880.19
HSV178°94°36°
CMYK 0.940.000.03   0.64
XYZ5.83498.605611.0264
Yxy8.60560.22910.3379
Hunter Lab29.3353-15.8325-1.7509
CIE-Lab35.2136-23.5051-4.9233

#065d5a color RGB value is (6,93,90).

#065d5a hex color red value is 6, green value is 93 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #065d5a hue: 0.49 , saturation: 0.88 and the lightness value of 065d5a is 0.19.

The process color (four color CMYK) of #065d5a color hex is 0.94, 0.00, 0.03, 0.64. Web safe color of #065d5a is #006666. Color #065d5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 01011010
Octal 6 135 132
Decimal 6 93 90
Hex 6 5D 5A

RGB Percentages of Color #065d5a

%3.17
%49.21
%47.62

CMYK Percentages of Color #065d5a

%94
%0
%3
%64

Triadic Colors of #065d5a

#065d5a #5a065d #5d5a06

Analogous Colors of #065d5a

#065d5a #06355d #065d2f

Monochromatic Colors of #065d5a

#065d5a

Complementary Color

#065d5a #5d0609

#065d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#065d5a Color CSS Codes

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

#065d5a Text Font Color

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

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


#065d5a Background Color

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

This div background color is #065d5a


#065d5a Border Color

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

This div border color is #065d5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065d5a


Comments

No comments written yet.

Please login to write comment.