Color Hex Logo

#2395db Color Hex

#2395DB
(35,149,219)
0 Favorites   0 Comments

Color spaces of #2395db

RGB 35149219
HSL0.560.720.50
HSV203°84°86°
CMYK 0.840.320.00   0.14
XYZ24.226826.966770.9460
Yxy26.96670.19840.2208
Hunter Lab51.9295-7.6005-44.6513
CIE-Lab58.9435-6.0104-44.1752

#2395db color RGB value is (35,149,219).

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

The process color (four color CMYK) of #2395db color hex is 0.84, 0.32, 0.00, 0.14. Web safe color of #2395db is #3399cc. Color #2395db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10010101 11011011
Octal 43 225 333
Decimal 35 149 219
Hex 23 95 DB

RGB Percentages of Color #2395db

%8.68
%36.97
%54.34

CMYK Percentages of Color #2395db

%84
%32
%0
%14

Triadic Colors of #2395db

#2395db #db2395 #95db23

Analogous Colors of #2395db

#2395db #2339db #23dbc5

Monochromatic Colors of #2395db

#2395db

Complementary Color

#2395db #db6923

#2395db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2395db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2395db Color CSS Codes

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

#2395db Text Font Color

<p style="color:#2395db">Text here</p>

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


#2395db Background Color

<div style="background-color:#2395db">
Div content here</div>

This div background color is #2395db


#2395db Border Color

<div style="border:3px solid #2395db">
Div here</div>

This div border color is #2395db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2395db


Comments

No comments written yet.

Please login to write comment.