Color Hex Logo

#30cbdf Color Hex

#30CBDF
(48,203,223)
0 Favorites   0 Comments

Color spaces of #30cbdf

RGB 48203223
HSL0.520.730.53
HSV187°78°87°
CMYK 0.780.090.00   0.13
XYZ35.894148.668077.3141
Yxy48.66800.22170.3006
Hunter Lab69.7625-30.2427-16.8743
CIE-Lab75.2443-31.8861-21.1102

#30cbdf color RGB value is (48,203,223).

#30cbdf hex color red value is 48, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #30cbdf hue: 0.52 , saturation: 0.73 and the lightness value of 30cbdf is 0.53.

The process color (four color CMYK) of #30cbdf color hex is 0.78, 0.09, 0.00, 0.13. Web safe color of #30cbdf is #33cccc. Color #30cbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001011 11011111
Octal 60 313 337
Decimal 48 203 223
Hex 30 CB DF

RGB Percentages of Color #30cbdf

%10.13
%42.83
%47.05

CMYK Percentages of Color #30cbdf

%78
%9
%0
%13

Triadic Colors of #30cbdf

#30cbdf #df30cb #cbdf30

Analogous Colors of #30cbdf

#30cbdf #3074df #30df9c

Monochromatic Colors of #30cbdf

#30cbdf

Complementary Color

#30cbdf #df4430

#30cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cbdf Color CSS Codes

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

#30cbdf Text Font Color

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

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


#30cbdf Background Color

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

This div background color is #30cbdf


#30cbdf Border Color

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

This div border color is #30cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cbdf


Comments

No comments written yet.

Please login to write comment.