Color Hex Logo

#07ddeb Color Hex

#07DDEB
(7,221,235)
0 Favorites   0 Comments

Color spaces of #07ddeb

RGB 7221235
HSL0.510.940.47
HSV184°97°92°
CMYK 0.970.060.00   0.08
XYZ40.939557.756287.5876
Yxy57.75620.21980.3100
Hunter Lab75.9975-36.8385-15.1339
CIE-Lab80.6031-38.7872-19.4478

#07ddeb color RGB value is (7,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011101 11101011
Octal 7 335 353
Decimal 7 221 235
Hex 7 DD EB

RGB Percentages of Color #07ddeb

%1.51
%47.73
%50.76

CMYK Percentages of Color #07ddeb

%97
%6
%0
%8

Triadic Colors of #07ddeb

#07ddeb #eb07dd #ddeb07

Analogous Colors of #07ddeb

#07ddeb #076beb #07eb87

Monochromatic Colors of #07ddeb

#07ddeb

Complementary Color

#07ddeb #eb1507

#07ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ddeb Color CSS Codes

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

#07ddeb Text Font Color

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

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


#07ddeb Background Color

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

This div background color is #07ddeb


#07ddeb Border Color

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

This div border color is #07ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ddeb


Comments

No comments written yet.

Please login to write comment.