Color Hex Logo

#07deeb Color Hex

#07DEEB
(7,222,235)
0 Favorites   0 Comments

Color spaces of #07deeb

RGB 7222235
HSL0.510.940.47
HSV183°97°92°
CMYK 0.970.060.00   0.08
XYZ41.204358.285987.6759
Yxy58.28590.22010.3114
Hunter Lab76.3452-37.2658-14.6478
CIE-Lab80.8975-39.2439-19.0027

#07deeb color RGB value is (7,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011110 11101011
Octal 7 336 353
Decimal 7 222 235
Hex 7 DE EB

RGB Percentages of Color #07deeb

%1.51
%47.84
%50.65

CMYK Percentages of Color #07deeb

%97
%6
%0
%8

Triadic Colors of #07deeb

#07deeb #eb07de #deeb07

Analogous Colors of #07deeb

#07deeb #076ceb #07eb86

Monochromatic Colors of #07deeb

#07deeb

Complementary Color

#07deeb #eb1407

#07deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07deeb Color CSS Codes

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

#07deeb Text Font Color

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

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


#07deeb Background Color

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

This div background color is #07deeb


#07deeb Border Color

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

This div border color is #07deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07deeb


Comments

No comments written yet.

Please login to write comment.