Color Hex Logo

#04cbf6 Color Hex

#04CBF6
(4,203,246)
0 Favorites   0 Comments

Color spaces of #04cbf6

RGB 4203246
HSL0.530.970.49
HSV191°98°96°
CMYK 0.980.170.00   0.04
XYZ38.040649.391594.7173
Yxy49.39150.20880.2712
Hunter Lab70.2791-26.3701-30.7116
CIE-Lab75.6942-26.7602-32.8272

#04cbf6 color RGB value is (4,203,246).

#04cbf6 hex color red value is 4, green value is 203 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #04cbf6 hue: 0.53 , saturation: 0.97 and the lightness value of 04cbf6 is 0.49.

The process color (four color CMYK) of #04cbf6 color hex is 0.98, 0.17, 0.00, 0.04. Web safe color of #04cbf6 is #00ccff. Color #04cbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001011 11110110
Octal 4 313 366
Decimal 4 203 246
Hex 4 CB F6

RGB Percentages of Color #04cbf6

%0.88
%44.81
%54.30

CMYK Percentages of Color #04cbf6

%98
%17
%0
%4

Triadic Colors of #04cbf6

#04cbf6 #f604cb #cbf604

Analogous Colors of #04cbf6

#04cbf6 #0452f6 #04f6a8

Monochromatic Colors of #04cbf6

#04cbf6

Complementary Color

#04cbf6 #f62f04

#04cbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cbf6 Color CSS Codes

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

#04cbf6 Text Font Color

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

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


#04cbf6 Background Color

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

This div background color is #04cbf6


#04cbf6 Border Color

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

This div border color is #04cbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cbf6


Comments

No comments written yet.

Please login to write comment.