Color Hex Logo

#2c90c4 Color Hex

#2C90C4
(44,144,196)
0 Favorites   0 Comments

Color spaces of #2c90c4

RGB 44144196
HSL0.560.630.47
HSV201°78°77°
CMYK 0.780.270.00   0.23
XYZ20.975824.467555.8417
Yxy24.46750.20710.2416
Hunter Lab49.4646-10.8690-32.3085
CIE-Lab56.5529-10.5727-34.9984

#2c90c4 color RGB value is (44,144,196).

#2c90c4 hex color red value is 44, green value is 144 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #2c90c4 hue: 0.56 , saturation: 0.63 and the lightness value of 2c90c4 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10010000 11000100
Octal 54 220 304
Decimal 44 144 196
Hex 2C 90 C4

RGB Percentages of Color #2c90c4

%11.46
%37.50
%51.04

CMYK Percentages of Color #2c90c4

%78
%27
%0
%23

Triadic Colors of #2c90c4

#2c90c4 #c42c90 #90c42c

Analogous Colors of #2c90c4

#2c90c4 #2c44c4 #2cc4ac

Monochromatic Colors of #2c90c4

#2c90c4

Complementary Color

#2c90c4 #c4602c

#2c90c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c90c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c90c4 Color CSS Codes

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

#2c90c4 Text Font Color

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

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


#2c90c4 Background Color

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

This div background color is #2c90c4


#2c90c4 Border Color

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

This div border color is #2c90c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c90c4


Comments

No comments written yet.

Please login to write comment.