Color Hex Logo

#12353a Color Hex

#12353A
(18,53,58)
0 Favorites   0 Comments

Color spaces of #12353a

RGB 185358
HSL0.520.530.15
HSV188°69°23°
CMYK 0.690.090.00   0.77
XYZ2.28632.98034.4577
Yxy2.98030.23510.3065
Hunter Lab17.2635-6.5715-3.2251
CIE-Lab19.9648-10.6869-6.9225

#12353a color RGB value is (18,53,58).

#12353a hex color red value is 18, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #12353a hue: 0.52 , saturation: 0.53 and the lightness value of 12353a is 0.15.

The process color (four color CMYK) of #12353a color hex is 0.69, 0.09, 0.00, 0.77. Web safe color of #12353a is #003333. Color #12353a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110101 00111010
Octal 22 65 72
Decimal 18 53 58
Hex 12 35 3A

RGB Percentages of Color #12353a

%13.95
%41.09
%44.96

CMYK Percentages of Color #12353a

%69
%9
%0
%77

Triadic Colors of #12353a

#12353a #3a1235 #353a12

Analogous Colors of #12353a

#12353a #12213a #123a2b

Monochromatic Colors of #12353a

#12353a

Complementary Color

#12353a #3a1712

#12353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12353a Color CSS Codes

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

#12353a Text Font Color

<p style="color:#12353a">Text here</p>

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


#12353a Background Color

<div style="background-color:#12353a">
Div content here</div>

This div background color is #12353a


#12353a Border Color

<div style="border:3px solid #12353a">
Div here</div>

This div border color is #12353a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,53,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12353a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12353a;
  -webkit-box-shadow: 1px 1px 3px 2px #12353a;
  box-shadow:         1px 1px 3px 2px #12353a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12353a

#12353a Color Palettes


Comments

No comments written yet.

Please login to write comment.