Color Hex Logo

#07ebcc Color Hex

#07EBCC
(7,235,204)
0 Favorites   0 Comments

Color spaces of #07ebcc

RGB 7235204
HSL0.480.940.47
HSV172°97°92°
CMYK 0.970.000.13   0.08
XYZ40.695063.821567.3007
Yxy63.82150.23690.3715
Hunter Lab79.8884-48.87705.9739
CIE-Lab83.8727-53.63391.8283

#07ebcc color RGB value is (7,235,204).

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

The process color (four color CMYK) of #07ebcc color hex is 0.97, 0.00, 0.13, 0.08. Web safe color of #07ebcc is #00ffcc. Color #07ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101011 11001100
Octal 7 353 314
Decimal 7 235 204
Hex 7 EB CC

RGB Percentages of Color #07ebcc

%1.57
%52.69
%45.74

CMYK Percentages of Color #07ebcc

%97
%0
%13
%8

Triadic Colors of #07ebcc

#07ebcc #cc07eb #ebcc07

Analogous Colors of #07ebcc

#07ebcc #0798eb #07eb5a

Monochromatic Colors of #07ebcc

#07ebcc

Complementary Color

#07ebcc #eb0726

#07ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ebcc Color CSS Codes

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

#07ebcc Text Font Color

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

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


#07ebcc Background Color

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

This div background color is #07ebcc


#07ebcc Border Color

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

This div border color is #07ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ebcc


Comments

No comments written yet.

Please login to write comment.