Color Hex Logo

#48afcf Color Hex

#48AFCF
(72,175,207)
0 Favorites   0 Comments

Color spaces of #48afcf

RGB 72175207
HSL0.540.580.55
HSV194°65°81°
CMYK 0.650.150.00   0.19
XYZ29.264936.542764.5425
Yxy36.54270.22450.2803
Hunter Lab60.4506-19.3743-20.9880
CIE-Lab66.9325-19.8389-25.0191

#48afcf color RGB value is (72,175,207).

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

The process color (four color CMYK) of #48afcf color hex is 0.65, 0.15, 0.00, 0.19. Web safe color of #48afcf is #3399cc. Color #48afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11001111
Octal 110 257 317
Decimal 72 175 207
Hex 48 AF CF

RGB Percentages of Color #48afcf

%15.86
%38.55
%45.59

CMYK Percentages of Color #48afcf

%65
%15
%0
%19

Triadic Colors of #48afcf

#48afcf #cf48af #afcf48

Analogous Colors of #48afcf

#48afcf #486ccf #48cfac

Monochromatic Colors of #48afcf

#48afcf

Complementary Color

#48afcf #cf6848

#48afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48afcf Color CSS Codes

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

#48afcf Text Font Color

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

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


#48afcf Background Color

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

This div background color is #48afcf


#48afcf Border Color

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

This div border color is #48afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48afcf


Comments

No comments written yet.

Please login to write comment.