Color Hex Logo

#124f5f Color Hex

#124F5F
(18,79,95)
0 Favorites   0 Comments

Color spaces of #124f5f

RGB 187995
HSL0.530.680.22
HSV192°81°37°
CMYK 0.810.170.00   0.63
XYZ5.11106.546811.8208
Yxy6.54680.21770.2788
Hunter Lab25.5867-9.1210-9.4807
CIE-Lab30.7521-12.7942-14.8026

#124f5f color RGB value is (18,79,95).

#124f5f hex color red value is 18, green value is 79 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #124f5f hue: 0.53 , saturation: 0.68 and the lightness value of 124f5f is 0.22.

The process color (four color CMYK) of #124f5f color hex is 0.81, 0.17, 0.00, 0.63. Web safe color of #124f5f is #006666. Color #124f5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 01011111
Octal 22 117 137
Decimal 18 79 95
Hex 12 4F 5F

RGB Percentages of Color #124f5f

%9.38
%41.15
%49.48

CMYK Percentages of Color #124f5f

%81
%17
%0
%63

Triadic Colors of #124f5f

#124f5f #5f124f #4f5f12

Analogous Colors of #124f5f

#124f5f #12295f #125f49

Monochromatic Colors of #124f5f

#124f5f

Complementary Color

#124f5f #5f2212

#124f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#124f5f Color CSS Codes

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

#124f5f Text Font Color

<p style="color:#124f5f">Text here</p>

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


#124f5f Background Color

<div style="background-color:#124f5f">
Div content here</div>

This div background color is #124f5f


#124f5f Border Color

<div style="border:3px solid #124f5f">
Div here</div>

This div border color is #124f5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,79,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #124f5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #124f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #124f5f;
  box-shadow:         1px 1px 3px 2px #124f5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124f5f


Comments

No comments written yet.

Please login to write comment.