Color Hex Logo

#2c9cef Color Hex

#2C9CEF
(44,156,239)
0 Favorites   0 Comments

Color spaces of #2c9cef

RGB 44156239
HSL0.570.860.55
HSV206°82°94°
CMYK 0.820.350.00   0.06
XYZ28.507230.544486.0545
Yxy30.54440.19650.2105
Hunter Lab55.2670-4.6454-53.6317
CIE-Lab62.1211-2.0395-50.2216

#2c9cef color RGB value is (44,156,239).

#2c9cef hex color red value is 44, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2c9cef hue: 0.57 , saturation: 0.86 and the lightness value of 2c9cef is 0.55.

The process color (four color CMYK) of #2c9cef color hex is 0.82, 0.35, 0.00, 0.06. Web safe color of #2c9cef is #3399ff. Color #2c9cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10011100 11101111
Octal 54 234 357
Decimal 44 156 239
Hex 2C 9C EF

RGB Percentages of Color #2c9cef

%10.02
%35.54
%54.44

CMYK Percentages of Color #2c9cef

%82
%35
%0
%6

Triadic Colors of #2c9cef

#2c9cef #ef2c9c #9cef2c

Analogous Colors of #2c9cef

#2c9cef #2c3aef #2cefe1

Monochromatic Colors of #2c9cef

#2c9cef

Complementary Color

#2c9cef #ef7f2c

#2c9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c9cef Color CSS Codes

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

#2c9cef Text Font Color

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

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


#2c9cef Background Color

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

This div background color is #2c9cef


#2c9cef Border Color

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

This div border color is #2c9cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,156,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 #2c9cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c9cef


Comments

No comments written yet.

Please login to write comment.