Color Hex Logo

#48ceba Color Hex

#48CEBA
(72,206,186)
0 Favorites   0 Comments

Color spaces of #48ceba

RGB 72206186
HSL0.480.580.55
HSV171°65°81°
CMYK 0.650.000.10   0.19
XYZ33.606749.065554.1537
Yxy49.06550.24560.3586
Hunter Lab70.0468-36.94203.1952
CIE-Lab75.4921-40.8001-0.7150

#48ceba color RGB value is (72,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001110 10111010
Octal 110 316 272
Decimal 72 206 186
Hex 48 CE BA

RGB Percentages of Color #48ceba

%15.52
%44.40
%40.09

CMYK Percentages of Color #48ceba

%65
%0
%10
%19

Triadic Colors of #48ceba

#48ceba #ba48ce #ceba48

Analogous Colors of #48ceba

#48ceba #489fce #48ce77

Monochromatic Colors of #48ceba

#48ceba

Complementary Color

#48ceba #ce485c

#48ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ceba Color CSS Codes

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

#48ceba Text Font Color

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

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


#48ceba Background Color

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

This div background color is #48ceba


#48ceba Border Color

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

This div border color is #48ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ceba


Comments

No comments written yet.

Please login to write comment.