Color Hex Logo

#309edd Color Hex

#309EDD
(48,158,221)
0 Favorites   0 Comments

Color spaces of #309edd

RGB 48158221
HSL0.560.720.53
HSV202°78°87°
CMYK 0.780.290.00   0.13
XYZ26.496930.302672.8591
Yxy30.30260.20440.2337
Hunter Lab55.0478-10.4138-39.9405
CIE-Lab61.9144-9.2085-40.5976

#309edd color RGB value is (48,158,221).

#309edd hex color red value is 48, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #309edd hue: 0.56 , saturation: 0.72 and the lightness value of 309edd is 0.53.

The process color (four color CMYK) of #309edd color hex is 0.78, 0.29, 0.00, 0.13. Web safe color of #309edd is #3399cc. Color #309edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 11011101
Octal 60 236 335
Decimal 48 158 221
Hex 30 9E DD

RGB Percentages of Color #309edd

%11.24
%37.00
%51.76

CMYK Percentages of Color #309edd

%78
%29
%0
%13

Triadic Colors of #309edd

#309edd #dd309e #9edd30

Analogous Colors of #309edd

#309edd #3048dd #30ddc6

Monochromatic Colors of #309edd

#309edd

Complementary Color

#309edd #dd6f30

#309edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#309edd Color CSS Codes

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

#309edd Text Font Color

<p style="color:#309edd">Text here</p>

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


#309edd Background Color

<div style="background-color:#309edd">
Div content here</div>

This div background color is #309edd


#309edd Border Color

<div style="border:3px solid #309edd">
Div here</div>

This div border color is #309edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,158,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309edd;
  -webkit-box-shadow: 1px 1px 3px 2px #309edd;
  box-shadow:         1px 1px 3px 2px #309edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309edd


Comments

No comments written yet.

Please login to write comment.