Color Hex Logo

#235eaa Color Hex

#235EAA
(35,94,170)
0 Favorites   0 Comments

Color spaces of #235eaa

RGB 3594170
HSL0.590.660.40
HSV214°79°67°
CMYK 0.790.450.00   0.33
XYZ11.951511.265039.5747
Yxy11.26500.19030.1794
Hunter Lab33.56344.8257-46.4147
CIE-Lab40.02339.0148-46.1384

#235eaa color RGB value is (35,94,170).

#235eaa hex color red value is 35, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #235eaa hue: 0.59 , saturation: 0.66 and the lightness value of 235eaa is 0.40.

The process color (four color CMYK) of #235eaa color hex is 0.79, 0.45, 0.00, 0.33. Web safe color of #235eaa is #336699. Color #235eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 10101010
Octal 43 136 252
Decimal 35 94 170
Hex 23 5E AA

RGB Percentages of Color #235eaa

%11.71
%31.44
%56.86

CMYK Percentages of Color #235eaa

%79
%45
%0
%33

Triadic Colors of #235eaa

#235eaa #aa235e #5eaa23

Analogous Colors of #235eaa

#235eaa #2c23aa #23a2aa

Monochromatic Colors of #235eaa

#235eaa

Complementary Color

#235eaa #aa6f23

#235eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#235eaa Color CSS Codes

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

#235eaa Text Font Color

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

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


#235eaa Background Color

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

This div background color is #235eaa


#235eaa Border Color

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

This div border color is #235eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235eaa


Comments

No comments written yet.

Please login to write comment.