Color Hex Logo

#02534b Color Hex

#02534B
(2,83,75)
0 Favorites   0 Comments

Color spaces of #02534b

RGB 28375
HSL0.480.950.17
HSV174°98°33°
CMYK 0.980.000.10   0.67
XYZ4.38836.70747.7200
Yxy6.70740.23320.3565
Hunter Lab25.8986-15.07740.4556
CIE-Lab31.1313-23.7796-1.5173

#02534b color RGB value is (2,83,75).

#02534b hex color red value is 2, green value is 83 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #02534b hue: 0.48 , saturation: 0.95 and the lightness value of 02534b is 0.17.

The process color (four color CMYK) of #02534b color hex is 0.98, 0.00, 0.10, 0.67. Web safe color of #02534b is #006633. Color #02534b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010011 01001011
Octal 2 123 113
Decimal 2 83 75
Hex 2 53 4B

RGB Percentages of Color #02534b

%1.25
%51.88
%46.88

CMYK Percentages of Color #02534b

%98
%0
%10
%67

Triadic Colors of #02534b

#02534b #4b0253 #534b02

Analogous Colors of #02534b

#02534b #023353 #025323

Monochromatic Colors of #02534b

#02534b

Complementary Color

#02534b #53020a

#02534b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02534b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02534b Color CSS Codes

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

#02534b Text Font Color

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

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


#02534b Background Color

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

This div background color is #02534b


#02534b Border Color

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

This div border color is #02534b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02534b


Comments

No comments written yet.

Please login to write comment.