Color Hex Logo

#235beb Color Hex

#235BEB
(35,91,235)
0 Favorites   0 Comments

Color spaces of #235beb

RGB 3591235
HSL0.620.830.53
HSV223°85°92°
CMYK 0.850.610.00   0.08
XYZ19.429613.837780.2441
Yxy13.83770.17120.1219
Hunter Lab37.199128.1347-101.8583
CIE-Lab43.999335.9231-77.2070

#235beb color RGB value is (35,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011011 11101011
Octal 43 133 353
Decimal 35 91 235
Hex 23 5B EB

RGB Percentages of Color #235beb

%9.70
%25.21
%65.10

CMYK Percentages of Color #235beb

%85
%61
%0
%8

Triadic Colors of #235beb

#235beb #eb235b #5beb23

Analogous Colors of #235beb

#235beb #4f23eb #23bfeb

Monochromatic Colors of #235beb

#235beb

Complementary Color

#235beb #ebb323

#235beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#235beb Color CSS Codes

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

#235beb Text Font Color

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

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


#235beb Background Color

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

This div background color is #235beb


#235beb Border Color

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

This div border color is #235beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,91,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 #235beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235beb


Comments

No comments written yet.

Please login to write comment.