Color Hex Logo

#07dbeb Color Hex

#07DBEB
(7,219,235)
0 Favorites   0 Comments

Color spaces of #07dbeb

RGB 7219235
HSL0.510.940.47
HSV184°97°92°
CMYK 0.970.070.00   0.08
XYZ40.414556.706487.4126
Yxy56.70640.21900.3073
Hunter Lab75.3037-35.9827-16.1114
CIE-Lab80.0142-37.8700-20.3392

#07dbeb color RGB value is (7,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011011 11101011
Octal 7 333 353
Decimal 7 219 235
Hex 7 DB EB

RGB Percentages of Color #07dbeb

%1.52
%47.51
%50.98

CMYK Percentages of Color #07dbeb

%97
%7
%0
%8

Triadic Colors of #07dbeb

#07dbeb #eb07db #dbeb07

Analogous Colors of #07dbeb

#07dbeb #0769eb #07eb89

Monochromatic Colors of #07dbeb

#07dbeb

Complementary Color

#07dbeb #eb1707

#07dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dbeb Color CSS Codes

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

#07dbeb Text Font Color

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

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


#07dbeb Background Color

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

This div background color is #07dbeb


#07dbeb Border Color

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

This div border color is #07dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dbeb


Comments

No comments written yet.

Please login to write comment.