Color Hex Logo

#2d5eef Color Hex

#2D5EEF
(45,94,239)
0 Favorites   0 Comments

Color spaces of #2d5eef

RGB 4594239
HSL0.620.860.56
HSV225°81°94°
CMYK 0.810.610.00   0.06
XYZ20.664914.795383.4280
Yxy14.79530.17380.1244
Hunter Lab38.464728.5849-101.6719
CIE-Lab45.352536.2043-77.2322

#2d5eef color RGB value is (45,94,239).

#2d5eef hex color red value is 45, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2d5eef hue: 0.62 , saturation: 0.86 and the lightness value of 2d5eef is 0.56.

The process color (four color CMYK) of #2d5eef color hex is 0.81, 0.61, 0.00, 0.06. Web safe color of #2d5eef is #3366ff. Color #2d5eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01011110 11101111
Octal 55 136 357
Decimal 45 94 239
Hex 2D 5E EF

RGB Percentages of Color #2d5eef

%11.90
%24.87
%63.23

CMYK Percentages of Color #2d5eef

%81
%61
%0
%6

Triadic Colors of #2d5eef

#2d5eef #ef2d5e #5eef2d

Analogous Colors of #2d5eef

#2d5eef #5d2def #2dbfef

Monochromatic Colors of #2d5eef

#2d5eef

Complementary Color

#2d5eef #efbe2d

#2d5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d5eef Color CSS Codes

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

#2d5eef Text Font Color

<p style="color:#2d5eef">Text here</p>

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


#2d5eef Background Color

<div style="background-color:#2d5eef">
Div content here</div>

This div background color is #2d5eef


#2d5eef Border Color

<div style="border:3px solid #2d5eef">
Div here</div>

This div border color is #2d5eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,94,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d5eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d5eef;
  -webkit-box-shadow: 1px 1px 3px 2px #2d5eef;
  box-shadow:         1px 1px 3px 2px #2d5eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d5eef


Comments

No comments written yet.

Please login to write comment.