Color Hex Logo

#2d6ebc Color Hex

#2D6EBC
(45,110,188)
0 Favorites   0 Comments

Color spaces of #2d6ebc

RGB 45110188
HSL0.590.610.46
HSV213°76°74°
CMYK 0.760.410.00   0.26
XYZ15.735215.340649.7086
Yxy15.34060.19480.1899
Hunter Lab39.16713.1692-47.8305
CIE-Lab46.09726.8853-46.9358

#2d6ebc color RGB value is (45,110,188).

#2d6ebc hex color red value is 45, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2d6ebc hue: 0.59 , saturation: 0.61 and the lightness value of 2d6ebc is 0.46.

The process color (four color CMYK) of #2d6ebc color hex is 0.76, 0.41, 0.00, 0.26. Web safe color of #2d6ebc is #3366cc. Color #2d6ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01101110 10111100
Octal 55 156 274
Decimal 45 110 188
Hex 2D 6E BC

RGB Percentages of Color #2d6ebc

%13.12
%32.07
%54.81

CMYK Percentages of Color #2d6ebc

%76
%41
%0
%26

Triadic Colors of #2d6ebc

#2d6ebc #bc2d6e #6ebc2d

Analogous Colors of #2d6ebc

#2d6ebc #332dbc #2db6bc

Monochromatic Colors of #2d6ebc

#2d6ebc

Complementary Color

#2d6ebc #bc7b2d

#2d6ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d6ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d6ebc Color CSS Codes

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

#2d6ebc Text Font Color

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

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


#2d6ebc Background Color

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

This div background color is #2d6ebc


#2d6ebc Border Color

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

This div border color is #2d6ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d6ebc


Comments

No comments written yet.

Please login to write comment.