Color Hex Logo

#15ceba Color Hex

#15CEBA
(21,206,186)
0 Favorites   0 Comments

Color spaces of #15ceba

RGB 21206186
HSL0.480.810.45
HSV174°90°81°
CMYK 0.900.000.10   0.19
XYZ31.243547.847254.0431
Yxy47.84720.23470.3594
Hunter Lab69.1717-40.42542.0975
CIE-Lab74.7285-45.9984-1.9236

#15ceba color RGB value is (21,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001110 10111010
Octal 25 316 272
Decimal 21 206 186
Hex 15 CE BA

RGB Percentages of Color #15ceba

%5.08
%49.88
%45.04

CMYK Percentages of Color #15ceba

%90
%0
%10
%19

Triadic Colors of #15ceba

#15ceba #ba15ce #ceba15

Analogous Colors of #15ceba

#15ceba #1586ce #15ce5d

Monochromatic Colors of #15ceba

#15ceba

Complementary Color

#15ceba #ce1529

#15ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ceba Color CSS Codes

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

#15ceba Text Font Color

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

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


#15ceba Background Color

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

This div background color is #15ceba


#15ceba Border Color

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

This div border color is #15ceba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,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 #15ceba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ceba


Comments

No comments written yet.

Please login to write comment.