Color Hex Logo

#07cabd Color Hex

#07CABD
(7,202,189)
0 Favorites   0 Comments

Color spaces of #07cabd

RGB 7202189
HSL0.490.930.41
HSV176°97°79°
CMYK 0.970.000.06   0.21
XYZ30.393545.960455.4134
Yxy45.96040.23070.3488
Hunter Lab67.7941-38.6144-1.0065
CIE-Lab73.5198-43.9469-5.3346

#07cabd color RGB value is (7,202,189).

#07cabd hex color red value is 7, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #07cabd hue: 0.49 , saturation: 0.93 and the lightness value of 07cabd is 0.41.

The process color (four color CMYK) of #07cabd color hex is 0.97, 0.00, 0.06, 0.21. Web safe color of #07cabd is #00cccc. Color #07cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001010 10111101
Octal 7 312 275
Decimal 7 202 189
Hex 7 CA BD

RGB Percentages of Color #07cabd

%1.76
%50.75
%47.49

CMYK Percentages of Color #07cabd

%97
%0
%6
%21

Triadic Colors of #07cabd

#07cabd #bd07ca #cabd07

Analogous Colors of #07cabd

#07cabd #0776ca #07ca5c

Monochromatic Colors of #07cabd

#07cabd

Complementary Color

#07cabd #ca0714

#07cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cabd Color CSS Codes

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

#07cabd Text Font Color

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

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


#07cabd Background Color

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

This div background color is #07cabd


#07cabd Border Color

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

This div border color is #07cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cabd


Comments

No comments written yet.

Please login to write comment.