Color Hex Logo

#48bfca Color Hex

#48BFCA
(72,191,202)
0 Favorites   0 Comments

Color spaces of #48bfca

RGB 72191202
HSL0.510.550.54
HSV185°64°79°
CMYK 0.640.050.00   0.21
XYZ31.964042.903662.4737
Yxy42.90360.23270.3124
Hunter Lab65.5008-27.5196-10.6993
CIE-Lab71.4895-29.4049-15.3476

#48bfca color RGB value is (72,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11001010
Octal 110 277 312
Decimal 72 191 202
Hex 48 BF CA

RGB Percentages of Color #48bfca

%15.48
%41.08
%43.44

CMYK Percentages of Color #48bfca

%64
%5
%0
%21

Triadic Colors of #48bfca

#48bfca #ca48bf #bfca48

Analogous Colors of #48bfca

#48bfca #487eca #48ca94

Monochromatic Colors of #48bfca

#48bfca

Complementary Color

#48bfca #ca5348

#48bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfca Color CSS Codes

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

#48bfca Text Font Color

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

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


#48bfca Background Color

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

This div background color is #48bfca


#48bfca Border Color

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

This div border color is #48bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfca


Comments

No comments written yet.

Please login to write comment.