Color Hex Logo

#02635b Color Hex

#02635B
(2,99,91)
0 Favorites   0 Comments

Color spaces of #02635b

RGB 29991
HSL0.490.960.20
HSV175°98°39°
CMYK 0.980.000.08   0.61
XYZ6.37529.691911.4322
Yxy9.69190.23180.3524
Hunter Lab31.1318-17.92730.0198
CIE-Lab37.2837-26.5188-2.4840

#02635b color RGB value is (2,99,91).

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

The process color (four color CMYK) of #02635b color hex is 0.98, 0.00, 0.08, 0.61. Web safe color of #02635b is #006666. Color #02635b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100011 01011011
Octal 2 143 133
Decimal 2 99 91
Hex 2 63 5B

RGB Percentages of Color #02635b

%1.04
%51.56
%47.40

CMYK Percentages of Color #02635b

%98
%0
%8
%61

Triadic Colors of #02635b

#02635b #5b0263 #635b02

Analogous Colors of #02635b

#02635b #023b63 #02632b

Monochromatic Colors of #02635b

#02635b

Complementary Color

#02635b #63020a

#02635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02635b Color CSS Codes

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

#02635b Text Font Color

<p style="color:#02635b">Text here</p>

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


#02635b Background Color

<div style="background-color:#02635b">
Div content here</div>

This div background color is #02635b


#02635b Border Color

<div style="border:3px solid #02635b">
Div here</div>

This div border color is #02635b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,99,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02635b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02635b;
  -webkit-box-shadow: 1px 1px 3px 2px #02635b;
  box-shadow:         1px 1px 3px 2px #02635b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02635b


Comments

No comments written yet.

Please login to write comment.