Color Hex Logo

#308cef Color Hex

#308CEF
(48,140,239)
0 Favorites   0 Comments

Color spaces of #308cef

RGB 48140239
HSL0.590.860.56
HSV211°80°94°
CMYK 0.800.410.00   0.06
XYZ26.177025.616585.2262
Yxy25.61650.19100.1870
Hunter Lab50.61273.7482-64.4088
CIE-Lab57.67127.7614-57.2986

#308cef color RGB value is (48,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001100 11101111
Octal 60 214 357
Decimal 48 140 239
Hex 30 8C EF

RGB Percentages of Color #308cef

%11.24
%32.79
%55.97

CMYK Percentages of Color #308cef

%80
%41
%0
%6

Triadic Colors of #308cef

#308cef #ef308c #8cef30

Analogous Colors of #308cef

#308cef #3430ef #30ecef

Monochromatic Colors of #308cef

#308cef

Complementary Color

#308cef #ef9330

#308cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#308cef Color CSS Codes

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

#308cef Text Font Color

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

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


#308cef Background Color

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

This div background color is #308cef


#308cef Border Color

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

This div border color is #308cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308cef


Comments

No comments written yet.

Please login to write comment.