Color Hex Logo

#04cfed Color Hex

#04CFED
(4,207,237)
0 Favorites   0 Comments

Color spaces of #04cfed

RGB 4207237
HSL0.520.970.47
HSV188°98°93°
CMYK 0.980.130.00   0.07
XYZ37.649050.765987.9353
Yxy50.76590.21350.2879
Hunter Lab71.2502-30.3674-23.2992
CIE-Lab76.5370-31.6615-26.7041

#04cfed color RGB value is (4,207,237).

#04cfed hex color red value is 4, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #04cfed hue: 0.52 , saturation: 0.97 and the lightness value of 04cfed is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001111 11101101
Octal 4 317 355
Decimal 4 207 237
Hex 4 CF ED

RGB Percentages of Color #04cfed

%0.89
%46.21
%52.90

CMYK Percentages of Color #04cfed

%98
%13
%0
%7

Triadic Colors of #04cfed

#04cfed #ed04cf #cfed04

Analogous Colors of #04cfed

#04cfed #045aed #04ed97

Monochromatic Colors of #04cfed

#04cfed

Complementary Color

#04cfed #ed2204

#04cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cfed Color CSS Codes

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

#04cfed Text Font Color

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

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


#04cfed Background Color

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

This div background color is #04cfed


#04cfed Border Color

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

This div border color is #04cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cfed


Comments

No comments written yet.

Please login to write comment.