Color Hex Logo

#30d8ee Color Hex

#30D8EE
(48,216,238)
0 Favorites   0 Comments

Color spaces of #30d8ee

RGB 48216238
HSL0.520.850.56
HSV187°80°93°
CMYK 0.800.090.00   0.07
XYZ41.207455.913289.5094
Yxy55.91320.22080.2996
Hunter Lab74.7751-32.4879-18.6304
CIE-Lab79.5644-33.4884-22.5892

#30d8ee color RGB value is (48,216,238).

#30d8ee hex color red value is 48, green value is 216 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #30d8ee hue: 0.52 , saturation: 0.85 and the lightness value of 30d8ee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011000 11101110
Octal 60 330 356
Decimal 48 216 238
Hex 30 D8 EE

RGB Percentages of Color #30d8ee

%9.56
%43.03
%47.41

CMYK Percentages of Color #30d8ee

%80
%9
%0
%7

Triadic Colors of #30d8ee

#30d8ee #ee30d8 #d8ee30

Analogous Colors of #30d8ee

#30d8ee #3079ee #30eea5

Monochromatic Colors of #30d8ee

#30d8ee

Complementary Color

#30d8ee #ee4630

#30d8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d8ee Color CSS Codes

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

#30d8ee Text Font Color

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

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


#30d8ee Background Color

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

This div background color is #30d8ee


#30d8ee Border Color

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

This div border color is #30d8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d8ee


Comments

No comments written yet.

Please login to write comment.