Color Hex Logo

#07dbec Color Hex

#07DBEC
(7,219,236)
0 Favorites   0 Comments

Color spaces of #07dbec

RGB 7219236
HSL0.510.940.48
HSV184°97°93°
CMYK 0.970.070.00   0.07
XYZ40.559556.764388.1758
Yxy56.76430.21870.3060
Hunter Lab75.3421-35.7553-16.6500
CIE-Lab80.0468-37.5617-20.8223

#07dbec color RGB value is (7,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011011 11101100
Octal 7 333 354
Decimal 7 219 236
Hex 7 DB EC

RGB Percentages of Color #07dbec

%1.52
%47.40
%51.08

CMYK Percentages of Color #07dbec

%97
%7
%0
%7

Triadic Colors of #07dbec

#07dbec #ec07db #dbec07

Analogous Colors of #07dbec

#07dbec #0769ec #07ec8b

Monochromatic Colors of #07dbec

#07dbec

Complementary Color

#07dbec #ec1807

#07dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dbec Color CSS Codes

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

#07dbec Text Font Color

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

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


#07dbec Background Color

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

This div background color is #07dbec


#07dbec Border Color

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

This div border color is #07dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dbec


Comments

No comments written yet.

Please login to write comment.