Color Hex Logo

#308dee Color Hex

#308DEE
(48,141,238)
0 Favorites   0 Comments

Color spaces of #308dee

RGB 48141238
HSL0.590.850.56
HSV211°80°93°
CMYK 0.800.410.00   0.07
XYZ26.176425.851284.4991
Yxy25.85120.19170.1893
Hunter Lab50.84412.9212-62.9448
CIE-Lab57.89556.7921-56.3862

#308dee color RGB value is (48,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11101110
Octal 60 215 356
Decimal 48 141 238
Hex 30 8D EE

RGB Percentages of Color #308dee

%11.24
%33.02
%55.74

CMYK Percentages of Color #308dee

%80
%41
%0
%7

Triadic Colors of #308dee

#308dee #ee308d #8dee30

Analogous Colors of #308dee

#308dee #3230ee #30ecee

Monochromatic Colors of #308dee

#308dee

Complementary Color

#308dee #ee9130

#308dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dee Color CSS Codes

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

#308dee Text Font Color

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

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


#308dee Background Color

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

This div background color is #308dee


#308dee Border Color

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

This div border color is #308dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dee


Comments

No comments written yet.

Please login to write comment.