Color Hex Logo

#235aea Color Hex

#235AEA
(35,90,234)
0 Favorites   0 Comments

Color spaces of #235aea

RGB 3590234
HSL0.620.830.53
HSV223°85°92°
CMYK 0.850.620.00   0.08
XYZ19.200613.610279.4569
Yxy13.61020.17100.1212
Hunter Lab36.892028.3401-101.8726
CIE-Lab43.668636.1864-77.1844

#235aea color RGB value is (35,90,234).

#235aea hex color red value is 35, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #235aea hue: 0.62 , saturation: 0.83 and the lightness value of 235aea is 0.53.

The process color (four color CMYK) of #235aea color hex is 0.85, 0.62, 0.00, 0.08. Web safe color of #235aea is #3366ff. Color #235aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011010 11101010
Octal 43 132 352
Decimal 35 90 234
Hex 23 5A EA

RGB Percentages of Color #235aea

%9.75
%25.07
%65.18

CMYK Percentages of Color #235aea

%85
%62
%0
%8

Triadic Colors of #235aea

#235aea #ea235a #5aea23

Analogous Colors of #235aea

#235aea #5023ea #23beea

Monochromatic Colors of #235aea

#235aea

Complementary Color

#235aea #eab323

#235aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#235aea Color CSS Codes

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

#235aea Text Font Color

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

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


#235aea Background Color

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

This div background color is #235aea


#235aea Border Color

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

This div border color is #235aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235aea


Comments

No comments written yet.

Please login to write comment.