Color Hex Logo

#2c95ae Color Hex

#2C95AE
(44,149,174)
0 Favorites   0 Comments

Color spaces of #2c95ae

RGB 44149174
HSL0.530.600.43
HSV192°75°68°
CMYK 0.750.140.00   0.32
XYZ19.426125.086443.8627
Yxy25.08640.21980.2839
Hunter Lab50.0863-18.4194-16.8623
CIE-Lab57.1595-20.8198-21.5724

#2c95ae color RGB value is (44,149,174).

#2c95ae hex color red value is 44, green value is 149 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2c95ae hue: 0.53 , saturation: 0.60 and the lightness value of 2c95ae is 0.43.

The process color (four color CMYK) of #2c95ae color hex is 0.75, 0.14, 0.00, 0.32. Web safe color of #2c95ae is #339999. Color #2c95ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10010101 10101110
Octal 54 225 256
Decimal 44 149 174
Hex 2C 95 AE

RGB Percentages of Color #2c95ae

%11.99
%40.60
%47.41

CMYK Percentages of Color #2c95ae

%75
%14
%0
%32

Triadic Colors of #2c95ae

#2c95ae #ae2c95 #95ae2c

Analogous Colors of #2c95ae

#2c95ae #2c54ae #2cae86

Monochromatic Colors of #2c95ae

#2c95ae

Complementary Color

#2c95ae #ae452c

#2c95ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c95ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c95ae Color CSS Codes

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

#2c95ae Text Font Color

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

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


#2c95ae Background Color

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

This div background color is #2c95ae


#2c95ae Border Color

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

This div border color is #2c95ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c95ae


Comments

No comments written yet.

Please login to write comment.