Color Hex Logo

#338c9b Color Hex

#338C9B
(51,140,155)
0 Favorites   0 Comments

Color spaces of #338c9b

RGB 51140155
HSL0.520.500.40
HSV189°67°61°
CMYK 0.670.100.00   0.39
XYZ16.659721.826534.3452
Yxy21.82650.22870.2997
Hunter Lab46.7188-18.1058-10.8837
CIE-Lab53.8424-21.2244-15.7261

#338c9b color RGB value is (51,140,155).

#338c9b hex color red value is 51, green value is 140 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #338c9b hue: 0.52 , saturation: 0.50 and the lightness value of 338c9b is 0.40.

The process color (four color CMYK) of #338c9b color hex is 0.67, 0.10, 0.00, 0.39. Web safe color of #338c9b is #339999. Color #338c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001100 10011011
Octal 63 214 233
Decimal 51 140 155
Hex 33 8C 9B

RGB Percentages of Color #338c9b

%14.74
%40.46
%44.80

CMYK Percentages of Color #338c9b

%67
%10
%0
%39

Triadic Colors of #338c9b

#338c9b #9b338c #8c9b33

Analogous Colors of #338c9b

#338c9b #33589b #339b76

Monochromatic Colors of #338c9b

#338c9b

Complementary Color

#338c9b #9b4233

#338c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#338c9b Color CSS Codes

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

#338c9b Text Font Color

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

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


#338c9b Background Color

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

This div background color is #338c9b


#338c9b Border Color

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

This div border color is #338c9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,140,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #338c9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #338c9b;
  -webkit-box-shadow: 1px 1px 3px 2px #338c9b;
  box-shadow:         1px 1px 3px 2px #338c9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,140,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338c9b


Comments

No comments written yet.

Please login to write comment.