Color Hex Logo

#309cbf Color Hex

#309CBF
(48,156,191)
0 Favorites   0 Comments

Color spaces of #309cbf

RGB 48156191
HSL0.540.600.47
HSV195°75°75°
CMYK 0.750.180.00   0.25
XYZ22.511428.166953.5405
Yxy28.16690.21600.2703
Hunter Lab53.0725-17.1637-22.6621
CIE-Lab60.0392-18.3996-26.7574

#309cbf color RGB value is (48,156,191).

#309cbf hex color red value is 48, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #309cbf hue: 0.54 , saturation: 0.60 and the lightness value of 309cbf is 0.47.

The process color (four color CMYK) of #309cbf color hex is 0.75, 0.18, 0.00, 0.25. Web safe color of #309cbf is #3399cc. Color #309cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 10111111
Octal 60 234 277
Decimal 48 156 191
Hex 30 9C BF

RGB Percentages of Color #309cbf

%12.15
%39.49
%48.35

CMYK Percentages of Color #309cbf

%75
%18
%0
%25

Triadic Colors of #309cbf

#309cbf #bf309c #9cbf30

Analogous Colors of #309cbf

#309cbf #3055bf #30bf9b

Monochromatic Colors of #309cbf

#309cbf

Complementary Color

#309cbf #bf5330

#309cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309cbf Color CSS Codes

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

#309cbf Text Font Color

<p style="color:#309cbf">Text here</p>

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


#309cbf Background Color

<div style="background-color:#309cbf">
Div content here</div>

This div background color is #309cbf


#309cbf Border Color

<div style="border:3px solid #309cbf">
Div here</div>

This div border color is #309cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,156,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #309cbf;
  box-shadow:         1px 1px 3px 2px #309cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,156,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309cbf


Comments

No comments written yet.

Please login to write comment.