Color Hex Logo

#30cfbd Color Hex

#30CFBD
(48,207,189)
0 Favorites   0 Comments

Color spaces of #30cfbd

RGB 48207189
HSL0.480.620.50
HSV173°77°81°
CMYK 0.770.000.09   0.19
XYZ32.717148.928155.8638
Yxy48.92810.23790.3558
Hunter Lab69.9486-38.92021.6126
CIE-Lab75.4066-43.5793-2.5131

#30cfbd color RGB value is (48,207,189).

#30cfbd hex color red value is 48, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #30cfbd hue: 0.48 , saturation: 0.62 and the lightness value of 30cfbd is 0.50.

The process color (four color CMYK) of #30cfbd color hex is 0.77, 0.00, 0.09, 0.19. Web safe color of #30cfbd is #33cccc. Color #30cfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001111 10111101
Octal 60 317 275
Decimal 48 207 189
Hex 30 CF BD

RGB Percentages of Color #30cfbd

%10.81
%46.62
%42.57

CMYK Percentages of Color #30cfbd

%77
%0
%9
%19

Triadic Colors of #30cfbd

#30cfbd #bd30cf #cfbd30

Analogous Colors of #30cfbd

#30cfbd #3092cf #30cf6e

Monochromatic Colors of #30cfbd

#30cfbd

Complementary Color

#30cfbd #cf3042

#30cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cfbd Color CSS Codes

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

#30cfbd Text Font Color

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

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


#30cfbd Background Color

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

This div background color is #30cfbd


#30cfbd Border Color

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

This div border color is #30cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cfbd


Comments

No comments written yet.

Please login to write comment.