Color Hex Logo

#309ceb Color Hex

#309CEB
(48,156,235)
0 Favorites   0 Comments

Color spaces of #309ceb

RGB 48156235
HSL0.570.820.55
HSV205°80°92°
CMYK 0.800.340.00   0.08
XYZ28.102830.403582.9845
Yxy30.40350.19860.2149
Hunter Lab55.1394-5.5181-50.6336
CIE-Lab62.0008-3.1111-48.2034

#309ceb color RGB value is (48,156,235).

#309ceb hex color red value is 48, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #309ceb hue: 0.57 , saturation: 0.82 and the lightness value of 309ceb is 0.55.

The process color (four color CMYK) of #309ceb color hex is 0.80, 0.34, 0.00, 0.08. Web safe color of #309ceb is #3399ff. Color #309ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 11101011
Octal 60 234 353
Decimal 48 156 235
Hex 30 9C EB

RGB Percentages of Color #309ceb

%10.93
%35.54
%53.53

CMYK Percentages of Color #309ceb

%80
%34
%0
%8

Triadic Colors of #309ceb

#309ceb #eb309c #9ceb30

Analogous Colors of #309ceb

#309ceb #303feb #30ebdd

Monochromatic Colors of #309ceb

#309ceb

Complementary Color

#309ceb #eb7f30

#309ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ceb Color CSS Codes

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

#309ceb Text Font Color

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

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


#309ceb Background Color

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

This div background color is #309ceb


#309ceb Border Color

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

This div border color is #309ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ceb


Comments

No comments written yet.

Please login to write comment.