color codes Logo

#07827c color codes

#07827C
(7,130,124)
0 Favorites   0 Comments

Color spaces of #07827c

RGB 7130124
HSL0.490.900.27
HSV177°95°51°
CMYK 0.950.000.05   0.49
XYZ11.708317.465721.8229
Yxy17.46570.22960.3425
Hunter Lab41.7920-23.1280-1.7056
CIE-Lab48.8415-30.7058-5.2478

#07827c color RGB value is (7,130,124).

#07827c hex color red value is 7, green value is 130 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #07827c hue: 0.49 , saturation: 0.90 and the lightness value of 07827c is 0.27.

The process color (four color CMYK) of #07827c color code is 0.95, 0.00, 0.05, 0.49. Web safe color of #07827c is #009966. Color #07827c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 01111100
Octal 7 202 174
Decimal 7 130 124
Hex 7 82 7C

RGB Percentages of Color #07827c

%2.68
%49.81
%47.51

CMYK Percentages of Color #07827c

%95
%0
%5
%49

Triadic Colors of #07827c

#07827c #7c0782 #827c07

Analogous Colors of #07827c

#07827c #074a82 #07823f

Monochromatic Colors of #07827c

#07827c

Complementary Color

#07827c #82070d

#07827c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07827c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07827c Color CSS Codes

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

#07827c Text Font Color

<p style="color:#07827c">Text here</p>

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


#07827c Background Color

<div style="background-color:#07827c">
Div content here</div>

This div background color is #07827c


#07827c Border Color

<div style="border:3px solid #07827c">
Div here</div>

This div border color is #07827c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,130,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07827c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07827c;
  -webkit-box-shadow: 1px 1px 3px 2px #07827c;
  box-shadow:         1px 1px 3px 2px #07827c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07827c


Comments

No comments written yet.

Please login to write comment.