Color Hex Logo

#19ceba Color Hex

#19CEBA
(25,206,186)
0 Favorites   0 Comments

Color spaces of #19ceba

RGB 25206186
HSL0.480.780.45
HSV173°88°81°
CMYK 0.880.000.10   0.19
XYZ31.335147.894554.0474
Yxy47.89450.23510.3594
Hunter Lab69.2059-40.28882.1406
CIE-Lab74.7583-45.7903-1.8762

#19ceba color RGB value is (25,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001110 10111010
Octal 31 316 272
Decimal 25 206 186
Hex 19 CE BA

RGB Percentages of Color #19ceba

%6.00
%49.40
%44.60

CMYK Percentages of Color #19ceba

%88
%0
%10
%19

Triadic Colors of #19ceba

#19ceba #ba19ce #ceba19

Analogous Colors of #19ceba

#19ceba #1988ce #19ce5f

Monochromatic Colors of #19ceba

#19ceba

Complementary Color

#19ceba #ce192d

#19ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ceba Color CSS Codes

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

#19ceba Text Font Color

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

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


#19ceba Background Color

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

This div background color is #19ceba


#19ceba Border Color

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

This div border color is #19ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ceba


Comments

No comments written yet.

Please login to write comment.