Color Hex Logo

#48bdca Color Hex

#48BDCA
(72,189,202)
0 Favorites   0 Comments

Color spaces of #48bdca

RGB 72189202
HSL0.520.550.54
HSV186°64°79°
CMYK 0.640.060.00   0.21
XYZ31.530842.037262.3293
Yxy42.03720.23200.3093
Hunter Lab64.8361-26.6559-11.6124
CIE-Lab70.8966-28.4271-16.2418

#48bdca color RGB value is (72,189,202).

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

The process color (four color CMYK) of #48bdca color hex is 0.64, 0.06, 0.00, 0.21. Web safe color of #48bdca is #33cccc. Color #48bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 11001010
Octal 110 275 312
Decimal 72 189 202
Hex 48 BD CA

RGB Percentages of Color #48bdca

%15.55
%40.82
%43.63

CMYK Percentages of Color #48bdca

%64
%6
%0
%21

Triadic Colors of #48bdca

#48bdca #ca48bd #bdca48

Analogous Colors of #48bdca

#48bdca #487cca #48ca96

Monochromatic Colors of #48bdca

#48bdca

Complementary Color

#48bdca #ca5548

#48bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdca Color CSS Codes

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

#48bdca Text Font Color

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

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


#48bdca Background Color

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

This div background color is #48bdca


#48bdca Border Color

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

This div border color is #48bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdca


Comments

No comments written yet.

Please login to write comment.