Color Hex Logo

#23959d Color Hex

#23959D
(35,149,157)
0 Favorites   0 Comments

Color spaces of #23959d

RGB 35149157
HSL0.510.640.38
HSV184°78°62°
CMYK 0.780.050.00   0.38
XYZ17.526424.286535.6623
Yxy24.28650.22620.3135
Hunter Lab49.2813-22.7606-8.4081
CIE-Lab56.3735-27.3636-13.0807

#23959d color RGB value is (35,149,157).

#23959d hex color red value is 35, green value is 149 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #23959d hue: 0.51 , saturation: 0.64 and the lightness value of 23959d is 0.38.

The process color (four color CMYK) of #23959d color hex is 0.78, 0.05, 0.00, 0.38. Web safe color of #23959d is #339999. Color #23959d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10010101 10011101
Octal 43 225 235
Decimal 35 149 157
Hex 23 95 9D

RGB Percentages of Color #23959d

%10.26
%43.70
%46.04

CMYK Percentages of Color #23959d

%78
%5
%0
%38

Triadic Colors of #23959d

#23959d #9d2395 #959d23

Analogous Colors of #23959d

#23959d #23589d #239d68

Monochromatic Colors of #23959d

#23959d

Complementary Color

#23959d #9d2b23

#23959d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23959d Color Preview on White Background

Lorem ipsum dolor sit amet.

#23959d Color CSS Codes

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

#23959d Text Font Color

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

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


#23959d Background Color

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

This div background color is #23959d


#23959d Border Color

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

This div border color is #23959d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,149,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23959d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23959d;
  -webkit-box-shadow: 1px 1px 3px 2px #23959d;
  box-shadow:         1px 1px 3px 2px #23959d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23959d


Comments

No comments written yet.

Please login to write comment.