Color Hex Logo

#48cecf Color Hex

#48CECF
(72,206,207)
0 Favorites   0 Comments

Color spaces of #48cecf

RGB 72206207
HSL0.500.580.55
HSV180°65°81°
CMYK 0.650.000.00   0.19
XYZ36.006350.025366.7896
Yxy50.02530.23560.3273
Hunter Lab70.7286-32.9047-6.4781
CIE-Lab76.0848-35.1326-11.1669

#48cecf color RGB value is (72,206,207).

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

The process color (four color CMYK) of #48cecf color hex is 0.65, 0.00, 0.00, 0.19. Web safe color of #48cecf is #33cccc. Color #48cecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001110 11001111
Octal 110 316 317
Decimal 72 206 207
Hex 48 CE CF

RGB Percentages of Color #48cecf

%14.85
%42.47
%42.68

CMYK Percentages of Color #48cecf

%65
%0
%0
%19

Triadic Colors of #48cecf

#48cecf #cf48ce #cecf48

Analogous Colors of #48cecf

#48cecf #488bcf #48cf8d

Monochromatic Colors of #48cecf

#48cecf

Complementary Color

#48cecf #cf4948

#48cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cecf Color CSS Codes

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

#48cecf Text Font Color

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

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


#48cecf Background Color

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

This div background color is #48cecf


#48cecf Border Color

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

This div border color is #48cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cecf


Comments

No comments written yet.

Please login to write comment.