Color Hex Logo

#4898cc Color Hex

#4898CC
(72,152,204)
0 Favorites   0 Comments

Color spaces of #4898cc

RGB 72152204
HSL0.570.560.54
HSV204°65°80°
CMYK 0.650.250.00   0.20
XYZ24.799828.193861.2616
Yxy28.19380.21710.2468
Hunter Lab53.0978-9.5513-31.2373
CIE-Lab60.0634-8.3578-33.9659

#4898cc color RGB value is (72,152,204).

#4898cc hex color red value is 72, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4898cc hue: 0.57 , saturation: 0.56 and the lightness value of 4898cc is 0.54.

The process color (four color CMYK) of #4898cc color hex is 0.65, 0.25, 0.00, 0.20. Web safe color of #4898cc is #3399cc. Color #4898cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 11001100
Octal 110 230 314
Decimal 72 152 204
Hex 48 98 CC

RGB Percentages of Color #4898cc

%16.82
%35.51
%47.66

CMYK Percentages of Color #4898cc

%65
%25
%0
%20

Triadic Colors of #4898cc

#4898cc #cc4898 #98cc48

Analogous Colors of #4898cc

#4898cc #4856cc #48ccbe

Monochromatic Colors of #4898cc

#4898cc

Complementary Color

#4898cc #cc7c48

#4898cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4898cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4898cc Color CSS Codes

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

#4898cc Text Font Color

<p style="color:#4898cc">Text here</p>

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


#4898cc Background Color

<div style="background-color:#4898cc">
Div content here</div>

This div background color is #4898cc


#4898cc Border Color

<div style="border:3px solid #4898cc">
Div here</div>

This div border color is #4898cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,152,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4898cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4898cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4898cc;
  box-shadow:         1px 1px 3px 2px #4898cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,152,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 #4898cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4898cc


Comments

No comments written yet.

Please login to write comment.