Color Hex Logo

#2d95cc Color Hex

#2D95CC
(45,149,204)
0 Favorites   0 Comments

Color spaces of #2d95cc

RGB 45149204
HSL0.560.640.49
HSV201°78°80°
CMYK 0.780.270.00   0.20
XYZ22.728726.412461.0269
Yxy26.41240.20630.2397
Hunter Lab51.3930-10.9956-34.4291
CIE-Lab58.4264-10.4558-36.5772

#2d95cc color RGB value is (45,149,204).

#2d95cc hex color red value is 45, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2d95cc hue: 0.56 , saturation: 0.64 and the lightness value of 2d95cc is 0.49.

The process color (four color CMYK) of #2d95cc color hex is 0.78, 0.27, 0.00, 0.20. Web safe color of #2d95cc is #3399cc. Color #2d95cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10010101 11001100
Octal 55 225 314
Decimal 45 149 204
Hex 2D 95 CC

RGB Percentages of Color #2d95cc

%11.31
%37.44
%51.26

CMYK Percentages of Color #2d95cc

%78
%27
%0
%20

Triadic Colors of #2d95cc

#2d95cc #cc2d95 #95cc2d

Analogous Colors of #2d95cc

#2d95cc #2d46cc #2dccb4

Monochromatic Colors of #2d95cc

#2d95cc

Complementary Color

#2d95cc #cc642d

#2d95cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d95cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d95cc Color CSS Codes

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

#2d95cc Text Font Color

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

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


#2d95cc Background Color

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

This div background color is #2d95cc


#2d95cc Border Color

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

This div border color is #2d95cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d95cc


Comments

No comments written yet.

Please login to write comment.