Color Hex Logo

#00484b Color Hex

#00484B
(0,72,75)
0 Favorites   0 Comments

Color spaces of #00484b

RGB 07275
HSL0.511.000.15
HSV182°100°29°
CMYK 1.000.040.00   0.71
XYZ3.58745.14277.4602
Yxy5.14270.22160.3176
Hunter Lab22.6775-11.4484-3.6303
CIE-Lab27.1375-18.2179-7.4640

#00484b color RGB value is (0,72,75).

#00484b hex color red value is 0, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #00484b hue: 0.51 , saturation: 1.00 and the lightness value of 00484b is 0.15.

The process color (four color CMYK) of #00484b color hex is 1.00, 0.04, 0.00, 0.71. Web safe color of #00484b is #003333. Color #00484b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 01001011
Octal 0 110 113
Decimal 0 72 75
Hex 0 48 4B

RGB Percentages of Color #00484b

%0.00
%48.98
%51.02

CMYK Percentages of Color #00484b

%100
%4
%0
%71

Triadic Colors of #00484b

#00484b #4b0048 #484b00

Analogous Colors of #00484b

#00484b #00234b #004b29

Monochromatic Colors of #00484b

#00484b

Complementary Color

#00484b #4b0300

#00484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00484b Color CSS Codes

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

#00484b Text Font Color

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

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


#00484b Background Color

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

This div background color is #00484b


#00484b Border Color

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

This div border color is #00484b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,72,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 #00484b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00484b


Comments

No comments written yet.

Please login to write comment.