Color Hex Logo

#235edb Color Hex

#235EDB
(35,94,219)
0 Favorites   0 Comments

Color spaces of #235edb

RGB 3594219
HSL0.610.720.50
HSV221°84°86°
CMYK 0.840.570.00   0.14
XYZ17.482013.477268.6978
Yxy13.47720.17540.1352
Hunter Lab36.711320.7573-85.2514
CIE-Lab43.473627.9987-68.9961

#235edb color RGB value is (35,94,219).

#235edb hex color red value is 35, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #235edb hue: 0.61 , saturation: 0.72 and the lightness value of 235edb is 0.50.

The process color (four color CMYK) of #235edb color hex is 0.84, 0.57, 0.00, 0.14. Web safe color of #235edb is #3366cc. Color #235edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 11011011
Octal 43 136 333
Decimal 35 94 219
Hex 23 5E DB

RGB Percentages of Color #235edb

%10.06
%27.01
%62.93

CMYK Percentages of Color #235edb

%84
%57
%0
%14

Triadic Colors of #235edb

#235edb #db235e #5edb23

Analogous Colors of #235edb

#235edb #4423db #23badb

Monochromatic Colors of #235edb

#235edb

Complementary Color

#235edb #dba023

#235edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#235edb Color CSS Codes

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

#235edb Text Font Color

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

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


#235edb Background Color

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

This div background color is #235edb


#235edb Border Color

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

This div border color is #235edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235edb


Comments

No comments written yet.

Please login to write comment.