Color Hex Logo

#235aeb Color Hex

#235AEB
(35,90,235)
0 Favorites   0 Comments

Color spaces of #235aeb

RGB 3590235
HSL0.620.830.53
HSV224°85°92°
CMYK 0.850.620.00   0.08
XYZ19.344713.667880.2158
Yxy13.66780.17080.1207
Hunter Lab36.970028.7034-102.7658
CIE-Lab43.752736.5562-77.6109

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011010 11101011
Octal 43 132 353
Decimal 35 90 235
Hex 23 5A EB

RGB Percentages of Color #235aeb

%9.72
%25.00
%65.28

CMYK Percentages of Color #235aeb

%85
%62
%0
%8

Triadic Colors of #235aeb

#235aeb #eb235a #5aeb23

Analogous Colors of #235aeb

#235aeb #5023eb #23beeb

Monochromatic Colors of #235aeb

#235aeb

Complementary Color

#235aeb #ebb423

#235aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#235aeb Color CSS Codes

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

#235aeb Text Font Color

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

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


#235aeb Background Color

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

This div background color is #235aeb


#235aeb Border Color

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

This div border color is #235aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235aeb


Comments

No comments written yet.

Please login to write comment.