Color Hex Logo

#04cbce Color Hex

#04CBCE
(4,203,206)
0 Favorites   0 Comments

Color spaces of #04cbce

RGB 4203206
HSL0.500.960.41
HSV181°98°81°
CMYK 0.980.010.00   0.19
XYZ32.546647.193965.7865
Yxy47.19390.22360.3243
Hunter Lab68.6978-35.6542-8.6889
CIE-Lab74.3136-39.4781-13.3656

#04cbce color RGB value is (4,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001011 11001110
Octal 4 313 316
Decimal 4 203 206
Hex 4 CB CE

RGB Percentages of Color #04cbce

%0.97
%49.15
%49.88

CMYK Percentages of Color #04cbce

%98
%1
%0
%19

Triadic Colors of #04cbce

#04cbce #ce04cb #cbce04

Analogous Colors of #04cbce

#04cbce #0466ce #04ce6c

Monochromatic Colors of #04cbce

#04cbce

Complementary Color

#04cbce #ce0704

#04cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cbce Color CSS Codes

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

#04cbce Text Font Color

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

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


#04cbce Background Color

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

This div background color is #04cbce


#04cbce Border Color

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

This div border color is #04cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cbce


Comments

No comments written yet.

Please login to write comment.