Color Hex Logo

#255450 Color Hex

#255450
(37,84,80)
0 Favorites   0 Comments

Color spaces of #255450

RGB 378480
HSL0.490.390.24
HSV175°56°33°
CMYK 0.560.000.05   0.67
XYZ5.38127.31318.7174
Yxy7.31310.25130.3415
Hunter Lab27.0427-11.8053-0.1826
CIE-Lab32.5093-17.0997-2.5629

#255450 color RGB value is (37,84,80).

#255450 hex color red value is 37, green value is 84 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #255450 hue: 0.49 , saturation: 0.39 and the lightness value of 255450 is 0.24.

The process color (four color CMYK) of #255450 color hex is 0.56, 0.00, 0.05, 0.67. Web safe color of #255450 is #336666. Color #255450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010100 01010000
Octal 45 124 120
Decimal 37 84 80
Hex 25 54 50

RGB Percentages of Color #255450

%18.41
%41.79
%39.80

CMYK Percentages of Color #255450

%56
%0
%5
%67

Triadic Colors of #255450

#255450 #502554 #545025

Analogous Colors of #255450

#255450 #254154 #255439

Monochromatic Colors of #255450

#255450

Complementary Color

#255450 #542529

#255450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255450 Color CSS Codes

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

#255450 Text Font Color

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

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


#255450 Background Color

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

This div background color is #255450


#255450 Border Color

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

This div border color is #255450


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,84,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255450; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255450;
  -webkit-box-shadow: 1px 1px 3px 2px #255450;
  box-shadow:         1px 1px 3px 2px #255450; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255450


Comments

No comments written yet.

Please login to write comment.