Color Hex Logo

#308fed Color Hex

#308FED
(48,143,237)
0 Favorites   0 Comments

Color spaces of #308fed

RGB 48143237
HSL0.580.840.56
HSV210°80°93°
CMYK 0.800.400.00   0.07
XYZ26.327426.387783.8265
Yxy26.38770.19280.1933
Hunter Lab51.36901.5884-60.7942
CIE-Lab58.40325.2280-55.0219

#308fed color RGB value is (48,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11101101
Octal 60 217 355
Decimal 48 143 237
Hex 30 8F ED

RGB Percentages of Color #308fed

%11.21
%33.41
%55.37

CMYK Percentages of Color #308fed

%80
%40
%0
%7

Triadic Colors of #308fed

#308fed #ed308f #8fed30

Analogous Colors of #308fed

#308fed #3031ed #30eded

Monochromatic Colors of #308fed

#308fed

Complementary Color

#308fed #ed8e30

#308fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#308fed Color CSS Codes

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

#308fed Text Font Color

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

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


#308fed Background Color

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

This div background color is #308fed


#308fed Border Color

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

This div border color is #308fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308fed


Comments

No comments written yet.

Please login to write comment.