Color Hex Logo

#00252f Color Hex

#00252F
(0,37,47)
0 Favorites   0 Comments

Color spaces of #00252f

RGB 03747
HSL0.541.000.09
HSV193°100°18°
CMYK 1.000.210.00   0.82
XYZ1.17471.52842.9224
Yxy1.52840.20880.2717
Hunter Lab12.3628-4.6742-5.3613
CIE-Lab12.7875-8.4817-10.2475

#00252f color RGB value is (0,37,47).

#00252f hex color red value is 0, green value is 37 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #00252f hue: 0.54 , saturation: 1.00 and the lightness value of 00252f is 0.09.

The process color (four color CMYK) of #00252f color hex is 1.00, 0.21, 0.00, 0.82. Web safe color of #00252f is #003333. Color #00252f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100101 00101111
Octal 0 45 57
Decimal 0 37 47
Hex 0 25 2F

RGB Percentages of Color #00252f

%0.00
%44.05
%55.95

CMYK Percentages of Color #00252f

%100
%21
%0
%82

Triadic Colors of #00252f

#00252f #2f0025 #252f00

Analogous Colors of #00252f

#00252f #000e2f #002f22

Monochromatic Colors of #00252f

#00252f

Complementary Color

#00252f #2f0a00

#00252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00252f Color CSS Codes

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

#00252f Text Font Color

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

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


#00252f Background Color

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

This div background color is #00252f


#00252f Border Color

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

This div border color is #00252f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,37,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00252f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00252f;
  -webkit-box-shadow: 1px 1px 3px 2px #00252f;
  box-shadow:         1px 1px 3px 2px #00252f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00252f


Comments

No comments written yet.

Please login to write comment.