Color Hex Logo

#02665f Color Hex

#02665F
(2,102,95)
0 Favorites   0 Comments

Color spaces of #02665f

RGB 210295
HSL0.490.960.20
HSV176°98°40°
CMYK 0.980.000.07   0.60
XYZ6.842010.341912.4620
Yxy10.34190.23080.3488
Hunter Lab32.1588-18.3009-0.4645
CIE-Lab38.4492-26.7004-3.2266

#02665f color RGB value is (2,102,95).

#02665f hex color red value is 2, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #02665f hue: 0.49 , saturation: 0.96 and the lightness value of 02665f is 0.20.

The process color (four color CMYK) of #02665f color hex is 0.98, 0.00, 0.07, 0.60. Web safe color of #02665f is #006666. Color #02665f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100110 01011111
Octal 2 146 137
Decimal 2 102 95
Hex 2 66 5F

RGB Percentages of Color #02665f

%1.01
%51.26
%47.74

CMYK Percentages of Color #02665f

%98
%0
%7
%60

Triadic Colors of #02665f

#02665f #5f0266 #665f02

Analogous Colors of #02665f

#02665f #023b66 #02662d

Monochromatic Colors of #02665f

#02665f

Complementary Color

#02665f #660209

#02665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02665f Color CSS Codes

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

#02665f Text Font Color

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

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


#02665f Background Color

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

This div background color is #02665f


#02665f Border Color

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

This div border color is #02665f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,102,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02665f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02665f;
  -webkit-box-shadow: 1px 1px 3px 2px #02665f;
  box-shadow:         1px 1px 3px 2px #02665f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02665f


Comments

No comments written yet.

Please login to write comment.