Color Hex Logo

#07dcec Color Hex

#07DCEC
(7,220,236)
0 Favorites   0 Comments

Color spaces of #07dcec

RGB 7220236
HSL0.510.940.48
HSV184°97°93°
CMYK 0.970.070.00   0.07
XYZ40.821157.287788.2630
Yxy57.28770.21900.3074
Hunter Lab75.6886-36.1848-16.1580
CIE-Lab80.3411-38.0226-20.3763

#07dcec color RGB value is (7,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011100 11101100
Octal 7 334 354
Decimal 7 220 236
Hex 7 DC EC

RGB Percentages of Color #07dcec

%1.51
%47.52
%50.97

CMYK Percentages of Color #07dcec

%97
%7
%0
%7

Triadic Colors of #07dcec

#07dcec #ec07dc #dcec07

Analogous Colors of #07dcec

#07dcec #076aec #07ec8a

Monochromatic Colors of #07dcec

#07dcec

Complementary Color

#07dcec #ec1707

#07dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dcec Color CSS Codes

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

#07dcec Text Font Color

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

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


#07dcec Background Color

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

This div background color is #07dcec


#07dcec Border Color

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

This div border color is #07dcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,220,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 #07dcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dcec


Comments

No comments written yet.

Please login to write comment.