Color Hex Logo

#30cfbc Color Hex

#30CFBC
(48,207,188)
0 Favorites   0 Comments

Color spaces of #30cfbc

RGB 48207188
HSL0.480.620.50
HSV173°77°81°
CMYK 0.770.000.09   0.19
XYZ32.608848.884955.2940
Yxy48.88490.23840.3574
Hunter Lab69.9177-39.10582.0533
CIE-Lab75.3797-43.8504-2.0132

#30cfbc color RGB value is (48,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001111 10111100
Octal 60 317 274
Decimal 48 207 188
Hex 30 CF BC

RGB Percentages of Color #30cfbc

%10.84
%46.73
%42.44

CMYK Percentages of Color #30cfbc

%77
%0
%9
%19

Triadic Colors of #30cfbc

#30cfbc #bc30cf #cfbc30

Analogous Colors of #30cfbc

#30cfbc #3093cf #30cf6d

Monochromatic Colors of #30cfbc

#30cfbc

Complementary Color

#30cfbc #cf3043

#30cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cfbc Color CSS Codes

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

#30cfbc Text Font Color

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

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


#30cfbc Background Color

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

This div background color is #30cfbc


#30cfbc Border Color

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

This div border color is #30cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cfbc


Comments

No comments written yet.

Please login to write comment.