Color Hex Logo

#309ddf Color Hex

#309DDF
(48,157,223)
0 Favorites   0 Comments

Color spaces of #309ddf

RGB 48157223
HSL0.560.730.53
HSV203°78°87°
CMYK 0.780.300.00   0.13
XYZ26.595230.070074.2144
Yxy30.07000.20320.2298
Hunter Lab54.8361-9.3917-41.8569
CIE-Lab61.7146-7.9436-42.0202

#309ddf color RGB value is (48,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11011111
Octal 60 235 337
Decimal 48 157 223
Hex 30 9D DF

RGB Percentages of Color #309ddf

%11.21
%36.68
%52.10

CMYK Percentages of Color #309ddf

%78
%30
%0
%13

Triadic Colors of #309ddf

#309ddf #df309d #9ddf30

Analogous Colors of #309ddf

#309ddf #3045df #30dfca

Monochromatic Colors of #309ddf

#309ddf

Complementary Color

#309ddf #df7230

#309ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ddf Color CSS Codes

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

#309ddf Text Font Color

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

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


#309ddf Background Color

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

This div background color is #309ddf


#309ddf Border Color

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

This div border color is #309ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ddf

#309ddf Color Palettes


Comments

No comments written yet.

Please login to write comment.