Color Hex Logo

#308fcc Color Hex

#308FCC
(48,143,204)
0 Favorites   0 Comments

Color spaces of #308fcc

RGB 48143204
HSL0.570.620.49
HSV203°76°80°
CMYK 0.760.300.00   0.20
XYZ21.940524.632960.7250
Yxy24.63290.20450.2296
Hunter Lab49.6315-7.9461-37.8002
CIE-Lab56.7160-6.7129-39.2539

#308fcc color RGB value is (48,143,204).

#308fcc hex color red value is 48, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #308fcc hue: 0.57 , saturation: 0.62 and the lightness value of 308fcc is 0.49.

The process color (four color CMYK) of #308fcc color hex is 0.76, 0.30, 0.00, 0.20. Web safe color of #308fcc is #3399cc. Color #308fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11001100
Octal 60 217 314
Decimal 48 143 204
Hex 30 8F CC

RGB Percentages of Color #308fcc

%12.15
%36.20
%51.65

CMYK Percentages of Color #308fcc

%76
%30
%0
%20

Triadic Colors of #308fcc

#308fcc #cc308f #8fcc30

Analogous Colors of #308fcc

#308fcc #3041cc #30ccbb

Monochromatic Colors of #308fcc

#308fcc

Complementary Color

#308fcc #cc6d30

#308fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#308fcc Color CSS Codes

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

#308fcc Text Font Color

<p style="color:#308fcc">Text here</p>

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


#308fcc Background Color

<div style="background-color:#308fcc">
Div content here</div>

This div background color is #308fcc


#308fcc Border Color

<div style="border:3px solid #308fcc">
Div here</div>

This div border color is #308fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,143,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #308fcc;
  box-shadow:         1px 1px 3px 2px #308fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,143,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 #308fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308fcc


Comments

No comments written yet.

Please login to write comment.