Color Hex Logo

#238590 Color Hex

#238590
(35,133,144)
0 Favorites   0 Comments

Color spaces of #238590

RGB 35133144
HSL0.520.610.35
HSV186°76°56°
CMYK 0.760.080.00   0.44
XYZ14.114719.146029.3372
Yxy19.14600.22550.3059
Hunter Lab43.7561-18.9934-9.1229
CIE-Lab50.8576-23.4017-13.9046

#238590 color RGB value is (35,133,144).

#238590 hex color red value is 35, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #238590 hue: 0.52 , saturation: 0.61 and the lightness value of 238590 is 0.35.

The process color (four color CMYK) of #238590 color hex is 0.76, 0.08, 0.00, 0.44. Web safe color of #238590 is #339999. Color #238590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000101 10010000
Octal 43 205 220
Decimal 35 133 144
Hex 23 85 90

RGB Percentages of Color #238590

%11.22
%42.63
%46.15

CMYK Percentages of Color #238590

%76
%8
%0
%44

Triadic Colors of #238590

#238590 #902385 #859023

Analogous Colors of #238590

#238590 #234e90 #239065

Monochromatic Colors of #238590

#238590

Complementary Color

#238590 #902e23

#238590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#238590 Color CSS Codes

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

#238590 Text Font Color

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

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


#238590 Background Color

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

This div background color is #238590


#238590 Border Color

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

This div border color is #238590


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,133,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #238590; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #238590;
  -webkit-box-shadow: 1px 1px 3px 2px #238590;
  box-shadow:         1px 1px 3px 2px #238590; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,133,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238590


Comments

No comments written yet.

Please login to write comment.