Color Hex Logo

#30cced Color Hex

#30CCED
(48,204,237)
0 Favorites   0 Comments

Color spaces of #30cced

RGB 48204237
HSL0.530.840.56
HSV190°80°93°
CMYK 0.800.140.00   0.07
XYZ38.097949.928587.7500
Yxy49.92850.21670.2840
Hunter Lab70.6601-27.4131-24.1678
CIE-Lab76.0254-28.0025-27.4553

#30cced color RGB value is (48,204,237).

#30cced hex color red value is 48, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #30cced hue: 0.53 , saturation: 0.84 and the lightness value of 30cced is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 11101101
Octal 60 314 355
Decimal 48 204 237
Hex 30 CC ED

RGB Percentages of Color #30cced

%9.82
%41.72
%48.47

CMYK Percentages of Color #30cced

%80
%14
%0
%7

Triadic Colors of #30cced

#30cced #ed30cc #cced30

Analogous Colors of #30cced

#30cced #306eed #30edb0

Monochromatic Colors of #30cced

#30cced

Complementary Color

#30cced #ed5130

#30cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cced Color CSS Codes

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

#30cced Text Font Color

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

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


#30cced Background Color

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

This div background color is #30cced


#30cced Border Color

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

This div border color is #30cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cced


Comments

No comments written yet.

Please login to write comment.