Color Hex Logo

#308def Color Hex

#308DEF
(48,141,239)
0 Favorites   0 Comments

Color spaces of #308def

RGB 48141239
HSL0.590.860.56
HSV211°80°94°
CMYK 0.800.410.00   0.06
XYZ26.323825.910185.2751
Yxy25.91010.19140.1884
Hunter Lab50.90203.2323-63.6960
CIE-Lab57.95167.1598-56.8504

#308def color RGB value is (48,141,239).

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

The process color (four color CMYK) of #308def color hex is 0.80, 0.41, 0.00, 0.06. Web safe color of #308def is #3399ff. Color #308def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11101111
Octal 60 215 357
Decimal 48 141 239
Hex 30 8D EF

RGB Percentages of Color #308def

%11.21
%32.94
%55.84

CMYK Percentages of Color #308def

%80
%41
%0
%6

Triadic Colors of #308def

#308def #ef308d #8def30

Analogous Colors of #308def

#308def #3230ef #30edef

Monochromatic Colors of #308def

#308def

Complementary Color

#308def #ef9230

#308def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308def Color Preview on White Background

Lorem ipsum dolor sit amet.

#308def Color CSS Codes

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

#308def Text Font Color

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

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


#308def Background Color

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

This div background color is #308def


#308def Border Color

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

This div border color is #308def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308def


Comments

No comments written yet.

Please login to write comment.