Color Hex Logo

#48cccb Color Hex

#48CCCB
(72,204,203)
0 Favorites   0 Comments

Color spaces of #48cccb

RGB 72204203
HSL0.500.560.54
HSV180°65°80°
CMYK 0.650.000.00   0.20
XYZ35.044848.875264.0867
Yxy48.87520.23680.3302
Hunter Lab69.9108-32.8656-5.4131
CIE-Lab75.3736-35.3167-10.0690

#48cccb color RGB value is (72,204,203).

#48cccb hex color red value is 72, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #48cccb hue: 0.50 , saturation: 0.56 and the lightness value of 48cccb is 0.54.

The process color (four color CMYK) of #48cccb color hex is 0.65, 0.00, 0.00, 0.20. Web safe color of #48cccb is #33cccc. Color #48cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001100 11001011
Octal 110 314 313
Decimal 72 204 203
Hex 48 CC CB

RGB Percentages of Color #48cccb

%15.03
%42.59
%42.38

CMYK Percentages of Color #48cccb

%65
%0
%0
%20

Triadic Colors of #48cccb

#48cccb #cb48cc #cccb48

Analogous Colors of #48cccb

#48cccb #488bcc #48cc89

Monochromatic Colors of #48cccb

#48cccb

Complementary Color

#48cccb #cc4849

#48cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cccb Color CSS Codes

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

#48cccb Text Font Color

<p style="color:#48cccb">Text here</p>

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


#48cccb Background Color

<div style="background-color:#48cccb">
Div content here</div>

This div background color is #48cccb


#48cccb Border Color

<div style="border:3px solid #48cccb">
Div here</div>

This div border color is #48cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cccb


Comments

No comments written yet.

Please login to write comment.