Color Hex Logo

#235eae Color Hex

#235EAE
(35,94,174)
0 Favorites   0 Comments

Color spaces of #235eae

RGB 3594174
HSL0.600.670.41
HSV215°80°68°
CMYK 0.800.460.00   0.32
XYZ12.335811.418741.5983
Yxy11.41870.18880.1747
Hunter Lab33.79166.0272-49.3334
CIE-Lab40.276910.5781-48.0935

#235eae color RGB value is (35,94,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 10101110
Octal 43 136 256
Decimal 35 94 174
Hex 23 5E AE

RGB Percentages of Color #235eae

%11.55
%31.02
%57.43

CMYK Percentages of Color #235eae

%80
%46
%0
%32

Triadic Colors of #235eae

#235eae #ae235e #5eae23

Analogous Colors of #235eae

#235eae #2d23ae #23a4ae

Monochromatic Colors of #235eae

#235eae

Complementary Color

#235eae #ae7323

#235eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#235eae Color CSS Codes

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

#235eae Text Font Color

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

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


#235eae Background Color

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

This div background color is #235eae


#235eae Border Color

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

This div border color is #235eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235eae


Comments

No comments written yet.

Please login to write comment.