Color Hex Logo

#48afca Color Hex

#48AFCA
(72,175,202)
0 Favorites   0 Comments

Color spaces of #48afca

RGB 72175202
HSL0.530.550.54
HSV192°64°79°
CMYK 0.640.130.00   0.21
XYZ28.663136.301961.3734
Yxy36.30190.22690.2873
Hunter Lab60.2511-20.5219-18.2187
CIE-Lab66.7500-21.3824-22.5378

#48afca color RGB value is (72,175,202).

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

The process color (four color CMYK) of #48afca color hex is 0.64, 0.13, 0.00, 0.21. Web safe color of #48afca is #3399cc. Color #48afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11001010
Octal 110 257 312
Decimal 72 175 202
Hex 48 AF CA

RGB Percentages of Color #48afca

%16.04
%38.98
%44.99

CMYK Percentages of Color #48afca

%64
%13
%0
%21

Triadic Colors of #48afca

#48afca #ca48af #afca48

Analogous Colors of #48afca

#48afca #486eca #48caa4

Monochromatic Colors of #48afca

#48afca

Complementary Color

#48afca #ca6348

#48afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#48afca Color CSS Codes

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

#48afca Text Font Color

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

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


#48afca Background Color

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

This div background color is #48afca


#48afca Border Color

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

This div border color is #48afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48afca


Comments

No comments written yet.

Please login to write comment.