Color Hex Logo

#2d7eda Color Hex

#2D7EDA
(45,126,218)
0 Favorites   0 Comments

Color spaces of #2d7eda

RGB 45126218
HSL0.590.700.52
HSV212°79°85°
CMYK 0.790.420.00   0.15
XYZ21.197920.541669.1773
Yxy20.54160.19110.1852
Hunter Lab45.32284.1711-58.7697
CIE-Lab52.44418.2002-53.9280

#2d7eda color RGB value is (45,126,218).

#2d7eda hex color red value is 45, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2d7eda hue: 0.59 , saturation: 0.70 and the lightness value of 2d7eda is 0.52.

The process color (four color CMYK) of #2d7eda color hex is 0.79, 0.42, 0.00, 0.15. Web safe color of #2d7eda is #3366cc. Color #2d7eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01111110 11011010
Octal 55 176 332
Decimal 45 126 218
Hex 2D 7E DA

RGB Percentages of Color #2d7eda

%11.57
%32.39
%56.04

CMYK Percentages of Color #2d7eda

%79
%42
%0
%15

Triadic Colors of #2d7eda

#2d7eda #da2d7e #7eda2d

Analogous Colors of #2d7eda

#2d7eda #332dda #2dd5da

Monochromatic Colors of #2d7eda

#2d7eda

Complementary Color

#2d7eda #da892d

#2d7eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d7eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d7eda Color CSS Codes

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

#2d7eda Text Font Color

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

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


#2d7eda Background Color

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

This div background color is #2d7eda


#2d7eda Border Color

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

This div border color is #2d7eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d7eda


Comments

No comments written yet.

Please login to write comment.