Color Hex Logo

#07cedd Color Hex

#07CEDD
(7,206,221)
0 Favorites   0 Comments

Color spaces of #07cedd

RGB 7206221
HSL0.510.940.45
HSV184°97°87°
CMYK 0.970.070.00   0.13
XYZ35.210149.408276.0876
Yxy49.40820.21910.3074
Hunter Lab70.2910-33.5951-14.9757
CIE-Lab75.7046-36.1804-19.3681

#07cedd color RGB value is (7,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001110 11011101
Octal 7 316 335
Decimal 7 206 221
Hex 7 CE DD

RGB Percentages of Color #07cedd

%1.61
%47.47
%50.92

CMYK Percentages of Color #07cedd

%97
%7
%0
%13

Triadic Colors of #07cedd

#07cedd #dd07ce #cedd07

Analogous Colors of #07cedd

#07cedd #0763dd #07dd81

Monochromatic Colors of #07cedd

#07cedd

Complementary Color

#07cedd #dd1607

#07cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cedd Color CSS Codes

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

#07cedd Text Font Color

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

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


#07cedd Background Color

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

This div background color is #07cedd


#07cedd Border Color

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

This div border color is #07cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cedd


Comments

No comments written yet.

Please login to write comment.