color codes Logo

#04ebef color codes

#04EBEF
(4,235,239)
0 Favorites   0 Comments

Color spaces of #04ebef

RGB 4235239
HSL0.500.970.48
HSV181°98°94°
CMYK 0.980.020.00   0.06
XYZ45.338465.674591.9482
Yxy65.67450.22340.3236
Hunter Lab81.0398-41.9563-10.5429
CIE-Lab84.8301-43.9403-15.1967

#04ebef color RGB value is (4,235,239).

#04ebef hex color red value is 4, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #04ebef hue: 0.50 , saturation: 0.97 and the lightness value of 04ebef is 0.48.

The process color (four color CMYK) of #04ebef color code is 0.98, 0.02, 0.00, 0.06. Web safe color of #04ebef is #00ffff. Color #04ebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101011 11101111
Octal 4 353 357
Decimal 4 235 239
Hex 4 EB EF

RGB Percentages of Color #04ebef

%0.84
%49.16
%50.00

CMYK Percentages of Color #04ebef

%98
%2
%0
%6

Triadic Colors of #04ebef

#04ebef #ef04eb #ebef04

Analogous Colors of #04ebef

#04ebef #0476ef #04ef7e

Monochromatic Colors of #04ebef

#04ebef

Complementary Color

#04ebef #ef0804

#04ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ebef Color CSS Codes

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

#04ebef Text Font Color

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

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


#04ebef Background Color

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

This div background color is #04ebef


#04ebef Border Color

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

This div border color is #04ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ebef


Comments

No comments written yet.

Please login to write comment.