Color Hex Logo

#308dbf Color Hex

#308DBF
(48,141,191)
0 Favorites   0 Comments

Color spaces of #308dbf

RGB 48141191
HSL0.560.600.47
HSV201°75°75°
CMYK 0.750.260.00   0.25
XYZ20.147823.439752.7526
Yxy23.43970.20910.2433
Hunter Lab48.4146-10.4424-30.7123
CIE-Lab55.5224-10.1602-33.7669

#308dbf color RGB value is (48,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 10111111
Octal 60 215 277
Decimal 48 141 191
Hex 30 8D BF

RGB Percentages of Color #308dbf

%12.63
%37.11
%50.26

CMYK Percentages of Color #308dbf

%75
%26
%0
%25

Triadic Colors of #308dbf

#308dbf #bf308d #8dbf30

Analogous Colors of #308dbf

#308dbf #3045bf #30bfaa

Monochromatic Colors of #308dbf

#308dbf

Complementary Color

#308dbf #bf6230

#308dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dbf Color CSS Codes

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

#308dbf Text Font Color

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

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


#308dbf Background Color

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

This div background color is #308dbf


#308dbf Border Color

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

This div border color is #308dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dbf


Comments

No comments written yet.

Please login to write comment.