Color Hex Logo

#07dfe1 Color Hex

#07DFE1
(7,223,225)
0 Favorites   0 Comments

Color spaces of #07dfe1

RGB 7223225
HSL0.500.940.45
HSV181°97°88°
CMYK 0.970.010.00   0.12
XYZ40.065958.256880.3672
Yxy58.25680.22420.3260
Hunter Lab76.3261-39.8707-9.0008
CIE-Lab80.8814-42.6920-13.7096

#07dfe1 color RGB value is (7,223,225).

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

The process color (four color CMYK) of #07dfe1 color hex is 0.97, 0.01, 0.00, 0.12. Web safe color of #07dfe1 is #00cccc. Color #07dfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011111 11100001
Octal 7 337 341
Decimal 7 223 225
Hex 7 DF E1

RGB Percentages of Color #07dfe1

%1.54
%49.01
%49.45

CMYK Percentages of Color #07dfe1

%97
%1
%0
%12

Triadic Colors of #07dfe1

#07dfe1 #e107df #dfe107

Analogous Colors of #07dfe1

#07dfe1 #0772e1 #07e176

Monochromatic Colors of #07dfe1

#07dfe1

Complementary Color

#07dfe1 #e10907

#07dfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dfe1 Color CSS Codes

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

#07dfe1 Text Font Color

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

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


#07dfe1 Background Color

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

This div background color is #07dfe1


#07dfe1 Border Color

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

This div border color is #07dfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dfe1


Comments

No comments written yet.

Please login to write comment.