Color Hex Logo

#07dfec Color Hex

#07DFEC
(7,223,236)
0 Favorites   0 Comments

Color spaces of #07dfec

RGB 7223236
HSL0.510.940.48
HSV183°97°93°
CMYK 0.970.060.00   0.07
XYZ41.615658.876788.5278
Yxy58.87670.22020.3115
Hunter Lab76.7312-37.4690-14.6934
CIE-Lab81.2238-39.3954-19.0408

#07dfec color RGB value is (7,223,236).

#07dfec hex color red value is 7, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #07dfec hue: 0.51 , saturation: 0.94 and the lightness value of 07dfec is 0.48.

The process color (four color CMYK) of #07dfec color hex is 0.97, 0.06, 0.00, 0.07. Web safe color of #07dfec is #00ccff. Color #07dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011111 11101100
Octal 7 337 354
Decimal 7 223 236
Hex 7 DF EC

RGB Percentages of Color #07dfec

%1.50
%47.85
%50.64

CMYK Percentages of Color #07dfec

%97
%6
%0
%7

Triadic Colors of #07dfec

#07dfec #ec07df #dfec07

Analogous Colors of #07dfec

#07dfec #076dec #07ec87

Monochromatic Colors of #07dfec

#07dfec

Complementary Color

#07dfec #ec1407

#07dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dfec Color CSS Codes

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

#07dfec Text Font Color

<p style="color:#07dfec">Text here</p>

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


#07dfec Background Color

<div style="background-color:#07dfec">
Div content here</div>

This div background color is #07dfec


#07dfec Border Color

<div style="border:3px solid #07dfec">
Div here</div>

This div border color is #07dfec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,223,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07dfec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07dfec;
  -webkit-box-shadow: 1px 1px 3px 2px #07dfec;
  box-shadow:         1px 1px 3px 2px #07dfec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dfec


Comments

No comments written yet.

Please login to write comment.