Color Hex Logo

#30ceeb Color Hex

#30CEEB
(48,206,235)
0 Favorites   0 Comments

Color spaces of #30ceeb

RGB 48206235
HSL0.530.820.55
HSV189°80°92°
CMYK 0.800.120.00   0.08
XYZ38.285650.769286.3788
Yxy50.76920.21820.2894
Hunter Lab71.2525-28.7798-22.0000
CIE-Lab76.5390-29.6121-25.5952

#30ceeb color RGB value is (48,206,235).

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

The process color (four color CMYK) of #30ceeb color hex is 0.80, 0.12, 0.00, 0.08. Web safe color of #30ceeb is #33ccff. Color #30ceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001110 11101011
Octal 60 316 353
Decimal 48 206 235
Hex 30 CE EB

RGB Percentages of Color #30ceeb

%9.82
%42.13
%48.06

CMYK Percentages of Color #30ceeb

%80
%12
%0
%8

Triadic Colors of #30ceeb

#30ceeb #eb30ce #ceeb30

Analogous Colors of #30ceeb

#30ceeb #3071eb #30ebab

Monochromatic Colors of #30ceeb

#30ceeb

Complementary Color

#30ceeb #eb4d30

#30ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ceeb Color CSS Codes

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

#30ceeb Text Font Color

<p style="color:#30ceeb">Text here</p>

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


#30ceeb Background Color

<div style="background-color:#30ceeb">
Div content here</div>

This div background color is #30ceeb


#30ceeb Border Color

<div style="border:3px solid #30ceeb">
Div here</div>

This div border color is #30ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ceeb


Comments

No comments written yet.

Please login to write comment.