Color Hex Logo

#308dda Color Hex

#308DDA
(48,141,218)
0 Favorites   0 Comments

Color spaces of #308dda

RGB 48141218
HSL0.580.700.52
HSV207°78°85°
CMYK 0.780.350.00   0.15
XYZ23.398724.740169.8717
Yxy24.74010.19830.2096
Hunter Lab49.7394-3.0730-48.4703
CIE-Lab56.8213-0.5171-46.9545

#308dda color RGB value is (48,141,218).

#308dda hex color red value is 48, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #308dda hue: 0.58 , saturation: 0.70 and the lightness value of 308dda is 0.52.

The process color (four color CMYK) of #308dda color hex is 0.78, 0.35, 0.00, 0.15. Web safe color of #308dda is #3399cc. Color #308dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11011010
Octal 60 215 332
Decimal 48 141 218
Hex 30 8D DA

RGB Percentages of Color #308dda

%11.79
%34.64
%53.56

CMYK Percentages of Color #308dda

%78
%35
%0
%15

Triadic Colors of #308dda

#308dda #da308d #8dda30

Analogous Colors of #308dda

#308dda #3038da #30dad2

Monochromatic Colors of #308dda

#308dda

Complementary Color

#308dda #da7d30

#308dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dda Color CSS Codes

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

#308dda Text Font Color

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

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


#308dda Background Color

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

This div background color is #308dda


#308dda Border Color

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

This div border color is #308dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dda


Comments

No comments written yet.

Please login to write comment.