Color Hex Logo

#143235 Color Hex

#143235
(20,50,53)
0 Favorites   0 Comments

Color spaces of #143235

RGB 205053
HSL0.520.450.14
HSV185°62°21°
CMYK 0.620.060.00   0.79
XYZ2.07172.68703.7776
Yxy2.68700.24270.3148
Hunter Lab16.3921-6.1265-2.1891
CIE-Lab18.7441-10.0900-5.3266

#143235 color RGB value is (20,50,53).

#143235 hex color red value is 20, green value is 50 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #143235 hue: 0.52 , saturation: 0.45 and the lightness value of 143235 is 0.14.

The process color (four color CMYK) of #143235 color hex is 0.62, 0.06, 0.00, 0.79. Web safe color of #143235 is #003333. Color #143235 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 00110101
Octal 24 62 65
Decimal 20 50 53
Hex 14 32 35

RGB Percentages of Color #143235

%16.26
%40.65
%43.09

CMYK Percentages of Color #143235

%62
%6
%0
%79

Triadic Colors of #143235

#143235 #351432 #323514

Analogous Colors of #143235

#143235 #142235 #143528

Monochromatic Colors of #143235

#143235

Complementary Color

#143235 #351714

#143235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143235 Color CSS Codes

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

#143235 Text Font Color

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

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


#143235 Background Color

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

This div background color is #143235


#143235 Border Color

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

This div border color is #143235


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,50,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143235; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143235;
  -webkit-box-shadow: 1px 1px 3px 2px #143235;
  box-shadow:         1px 1px 3px 2px #143235; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143235


Comments

No comments written yet.

Please login to write comment.