Color Hex Logo

#235859 Color Hex

#235859
(35,88,89)
0 Favorites   0 Comments

Color spaces of #235859

RGB 358889
HSL0.500.440.24
HSV181°61°35°
CMYK 0.610.010.00   0.65
XYZ5.98608.058010.6911
Yxy8.05800.24200.3258
Hunter Lab28.3866-12.0356-2.4594
CIE-Lab34.1034-17.0317-5.8828

#235859 color RGB value is (35,88,89).

#235859 hex color red value is 35, green value is 88 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #235859 hue: 0.50 , saturation: 0.44 and the lightness value of 235859 is 0.24.

The process color (four color CMYK) of #235859 color hex is 0.61, 0.01, 0.00, 0.65. Web safe color of #235859 is #336666. Color #235859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011000 01011001
Octal 43 130 131
Decimal 35 88 89
Hex 23 58 59

RGB Percentages of Color #235859

%16.51
%41.51
%41.98

CMYK Percentages of Color #235859

%61
%1
%0
%65

Triadic Colors of #235859

#235859 #592358 #585923

Analogous Colors of #235859

#235859 #233d59 #23593f

Monochromatic Colors of #235859

#235859

Complementary Color

#235859 #592423

#235859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235859 Color CSS Codes

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

#235859 Text Font Color

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

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


#235859 Background Color

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

This div background color is #235859


#235859 Border Color

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

This div border color is #235859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235859


Comments

No comments written yet.

Please login to write comment.