Color Hex Logo

#418880 Color Hex

#418880
(65,136,128)
0 Favorites   0 Comments

Color spaces of #418880

RGB 65136128
HSL0.480.350.39
HSV173°52°53°
CMYK 0.520.000.06   0.47
XYZ14.880420.290623.5543
Yxy20.29060.25340.3455
Hunter Lab45.0451-19.86240.5285
CIE-Lab52.1642-24.3298-2.5360

#418880 color RGB value is (65,136,128).

#418880 hex color red value is 65, green value is 136 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #418880 hue: 0.48 , saturation: 0.35 and the lightness value of 418880 is 0.39.

The process color (four color CMYK) of #418880 color hex is 0.52, 0.00, 0.06, 0.47. Web safe color of #418880 is #339999. Color #418880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001000 10000000
Octal 101 210 200
Decimal 65 136 128
Hex 41 88 80

RGB Percentages of Color #418880

%19.76
%41.34
%38.91

CMYK Percentages of Color #418880

%52
%0
%6
%47

Triadic Colors of #418880

#418880 #804188 #888041

Analogous Colors of #418880

#418880 #416d88 #41885d

Monochromatic Colors of #418880

#418880

Complementary Color

#418880 #884149

#418880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418880 Color CSS Codes

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

#418880 Text Font Color

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

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


#418880 Background Color

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

This div background color is #418880


#418880 Border Color

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

This div border color is #418880


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,136,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418880; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418880;
  -webkit-box-shadow: 1px 1px 3px 2px #418880;
  box-shadow:         1px 1px 3px 2px #418880; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,136,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418880


Comments

No comments written yet.

Please login to write comment.