Color Hex Logo

#04ceba Color Hex

#04CEBA
(4,206,186)
0 Favorites   0 Comments

Color spaces of #04ceba

RGB 4206186
HSL0.480.960.41
HSV174°98°81°
CMYK 0.980.000.10   0.19
XYZ30.984347.713654.0310
Yxy47.71360.23340.3595
Hunter Lab69.0750-40.81331.9754
CIE-Lab74.6439-46.5909-2.0575

#04ceba color RGB value is (4,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001110 10111010
Octal 4 316 272
Decimal 4 206 186
Hex 4 CE BA

RGB Percentages of Color #04ceba

%1.01
%52.02
%46.97

CMYK Percentages of Color #04ceba

%98
%0
%10
%19

Triadic Colors of #04ceba

#04ceba #ba04ce #ceba04

Analogous Colors of #04ceba

#04ceba #047dce #04ce55

Monochromatic Colors of #04ceba

#04ceba

Complementary Color

#04ceba #ce0418

#04ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ceba Color CSS Codes

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

#04ceba Text Font Color

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

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


#04ceba Background Color

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

This div background color is #04ceba


#04ceba Border Color

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

This div border color is #04ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ceba


Comments

No comments written yet.

Please login to write comment.