color codes Logo

#30cadb color codes

#30CADB
(48,202,219)
0 Favorites   0 Comments

Color spaces of #30cadb

RGB 48202219
HSL0.520.700.52
HSV186°78°86°
CMYK 0.780.080.00   0.14
XYZ35.125647.983974.4283
Yxy47.98390.22300.3046
Hunter Lab69.2704-30.7095-15.2155
CIE-Lab74.8148-32.6325-19.6026

#30cadb color RGB value is (48,202,219).

#30cadb hex color red value is 48, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #30cadb hue: 0.52 , saturation: 0.70 and the lightness value of 30cadb is 0.52.

The process color (four color CMYK) of #30cadb color code is 0.78, 0.08, 0.00, 0.14. Web safe color of #30cadb is #33cccc. Color #30cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001010 11011011
Octal 60 312 333
Decimal 48 202 219
Hex 30 CA DB

RGB Percentages of Color #30cadb

%10.23
%43.07
%46.70

CMYK Percentages of Color #30cadb

%78
%8
%0
%14

Triadic Colors of #30cadb

#30cadb #db30ca #cadb30

Analogous Colors of #30cadb

#30cadb #3075db #30db97

Monochromatic Colors of #30cadb

#30cadb

Complementary Color

#30cadb #db4130

#30cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cadb Color CSS Codes

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

#30cadb Text Font Color

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

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


#30cadb Background Color

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

This div background color is #30cadb


#30cadb Border Color

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

This div border color is #30cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cadb


Comments

No comments written yet.

Please login to write comment.