Color Hex Logo

#04cebc Color Hex

#04CEBC
(4,206,188)
0 Favorites   0 Comments

Color spaces of #04cebc

RGB 4206188
HSL0.490.960.41
HSV175°98°81°
CMYK 0.980.000.09   0.19
XYZ31.198547.799355.1588
Yxy47.79930.23260.3563
Hunter Lab69.1370-40.44061.0933
CIE-Lab74.6982-46.0336-3.0581

#04cebc color RGB value is (4,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001110 10111100
Octal 4 316 274
Decimal 4 206 188
Hex 4 CE BC

RGB Percentages of Color #04cebc

%1.01
%51.76
%47.24

CMYK Percentages of Color #04cebc

%98
%0
%9
%19

Triadic Colors of #04cebc

#04cebc #bc04ce #cebc04

Analogous Colors of #04cebc

#04cebc #047bce #04ce57

Monochromatic Colors of #04cebc

#04cebc

Complementary Color

#04cebc #ce0416

#04cebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cebc Color CSS Codes

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

#04cebc Text Font Color

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

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


#04cebc Background Color

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

This div background color is #04cebc


#04cebc Border Color

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

This div border color is #04cebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cebc


Comments

No comments written yet.

Please login to write comment.