Color Hex Logo

#235f96 Color Hex

#235F96
(35,95,150)
0 Favorites   0 Comments

Color spaces of #235f96

RGB 3595150
HSL0.580.620.36
HSV209°77°59°
CMYK 0.770.370.00   0.41
XYZ10.290410.743830.3856
Yxy10.74380.20010.2089
Hunter Lab32.7777-1.3219-32.0186
CIE-Lab39.14560.6094-35.6185

#235f96 color RGB value is (35,95,150).

#235f96 hex color red value is 35, green value is 95 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #235f96 hue: 0.58 , saturation: 0.62 and the lightness value of 235f96 is 0.36.

The process color (four color CMYK) of #235f96 color hex is 0.77, 0.37, 0.00, 0.41. Web safe color of #235f96 is #336699. Color #235f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011111 10010110
Octal 43 137 226
Decimal 35 95 150
Hex 23 5F 96

RGB Percentages of Color #235f96

%12.50
%33.93
%53.57

CMYK Percentages of Color #235f96

%77
%37
%0
%41

Triadic Colors of #235f96

#235f96 #96235f #5f9623

Analogous Colors of #235f96

#235f96 #232696 #239694

Monochromatic Colors of #235f96

#235f96

Complementary Color

#235f96 #965a23

#235f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235f96 Color CSS Codes

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

#235f96 Text Font Color

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

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


#235f96 Background Color

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

This div background color is #235f96


#235f96 Border Color

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

This div border color is #235f96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,95,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235f96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235f96;
  -webkit-box-shadow: 1px 1px 3px 2px #235f96;
  box-shadow:         1px 1px 3px 2px #235f96; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235f96


Comments

No comments written yet.

Please login to write comment.