Color Hex Logo

#48cadb Color Hex

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

Color spaces of #48cadb

RGB 72202219
HSL0.520.670.57
HSV187°67°86°
CMYK 0.670.080.00   0.14
XYZ36.579248.733374.4964
Yxy48.73330.22890.3049
Hunter Lab69.8092-28.6343-14.4044
CIE-Lab75.2851-29.7770-18.8454

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001010 11011011
Octal 110 312 333
Decimal 72 202 219
Hex 48 CA DB

RGB Percentages of Color #48cadb

%14.60
%40.97
%44.42

CMYK Percentages of Color #48cadb

%67
%8
%0
%14

Triadic Colors of #48cadb

#48cadb #db48ca #cadb48

Analogous Colors of #48cadb

#48cadb #4881db #48dba3

Monochromatic Colors of #48cadb

#48cadb

Complementary Color

#48cadb #db5948

#48cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cadb Color CSS Codes

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

#48cadb Text Font Color

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

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


#48cadb Background Color

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

This div background color is #48cadb


#48cadb Border Color

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

This div border color is #48cadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,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 #48cadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cadb


Comments

No comments written yet.

Please login to write comment.