Color Hex Logo

#308ded Color Hex

#308DED
(48,141,237)
0 Favorites   0 Comments

Color spaces of #308ded

RGB 48141237
HSL0.580.840.56
HSV210°80°93°
CMYK 0.800.410.00   0.07
XYZ26.029925.792683.7273
Yxy25.79260.19200.1903
Hunter Lab50.78642.6116-62.1960
CIE-Lab57.83976.4249-55.9213

#308ded color RGB value is (48,141,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11101101
Octal 60 215 355
Decimal 48 141 237
Hex 30 8D ED

RGB Percentages of Color #308ded

%11.27
%33.10
%55.63

CMYK Percentages of Color #308ded

%80
%41
%0
%7

Triadic Colors of #308ded

#308ded #ed308d #8ded30

Analogous Colors of #308ded

#308ded #3130ed #30eced

Monochromatic Colors of #308ded

#308ded

Complementary Color

#308ded #ed9030

#308ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ded Color CSS Codes

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

#308ded Text Font Color

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

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


#308ded Background Color

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

This div background color is #308ded


#308ded Border Color

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

This div border color is #308ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ded


Comments

No comments written yet.

Please login to write comment.