Color Hex Logo

#02677d Color Hex

#02677D
(2,103,125)
0 Favorites   0 Comments

Color spaces of #02677d

RGB 2103125
HSL0.530.970.25
HSV191°98°49°
CMYK 0.980.180.00   0.51
XYZ8.577011.194121.1107
Yxy11.19410.20980.2738
Hunter Lab33.4576-12.7915-13.9898
CIE-Lab39.9055-16.7030-19.3674

#02677d color RGB value is (2,103,125).

#02677d hex color red value is 2, green value is 103 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #02677d hue: 0.53 , saturation: 0.97 and the lightness value of 02677d is 0.25.

The process color (four color CMYK) of #02677d color hex is 0.98, 0.18, 0.00, 0.51. Web safe color of #02677d is #006666. Color #02677d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100111 01111101
Octal 2 147 175
Decimal 2 103 125
Hex 2 67 7D

RGB Percentages of Color #02677d

%0.87
%44.78
%54.35

CMYK Percentages of Color #02677d

%98
%18
%0
%51

Triadic Colors of #02677d

#02677d #7d0267 #677d02

Analogous Colors of #02677d

#02677d #02297d #027d56

Monochromatic Colors of #02677d

#02677d

Complementary Color

#02677d #7d1802

#02677d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02677d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02677d Color CSS Codes

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

#02677d Text Font Color

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

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


#02677d Background Color

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

This div background color is #02677d


#02677d Border Color

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

This div border color is #02677d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,103,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02677d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02677d;
  -webkit-box-shadow: 1px 1px 3px 2px #02677d;
  box-shadow:         1px 1px 3px 2px #02677d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02677d


Comments

No comments written yet.

Please login to write comment.