Color Hex Logo

#235eaf Color Hex

#235EAF
(35,94,175)
0 Favorites   0 Comments

Color spaces of #235eaf

RGB 3594175
HSL0.600.670.41
HSV215°80°69°
CMYK 0.800.460.00   0.31
XYZ12.433711.457942.1137
Yxy11.45790.18840.1736
Hunter Lab33.84956.3305-50.0707
CIE-Lab40.341210.9688-48.5795

#235eaf color RGB value is (35,94,175).

#235eaf hex color red value is 35, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #235eaf hue: 0.60 , saturation: 0.67 and the lightness value of 235eaf is 0.41.

The process color (four color CMYK) of #235eaf color hex is 0.80, 0.46, 0.00, 0.31. Web safe color of #235eaf is #336699. Color #235eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 10101111
Octal 43 136 257
Decimal 35 94 175
Hex 23 5E AF

RGB Percentages of Color #235eaf

%11.51
%30.92
%57.57

CMYK Percentages of Color #235eaf

%80
%46
%0
%31

Triadic Colors of #235eaf

#235eaf #af235e #5eaf23

Analogous Colors of #235eaf

#235eaf #2e23af #23a4af

Monochromatic Colors of #235eaf

#235eaf

Complementary Color

#235eaf #af7423

#235eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#235eaf Color CSS Codes

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

#235eaf Text Font Color

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

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


#235eaf Background Color

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

This div background color is #235eaf


#235eaf Border Color

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

This div border color is #235eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235eaf


Comments

No comments written yet.

Please login to write comment.