Color Hex Logo

#07ebcb Color Hex

#07EBCB
(7,235,203)
0 Favorites   0 Comments

Color spaces of #07ebcb

RGB 7235203
HSL0.480.940.47
HSV172°97°92°
CMYK 0.970.000.14   0.08
XYZ40.575463.773666.6709
Yxy63.77360.23730.3729
Hunter Lab79.8584-49.05776.4018
CIE-Lab83.8478-53.89572.3183

#07ebcb color RGB value is (7,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101011 11001011
Octal 7 353 313
Decimal 7 235 203
Hex 7 EB CB

RGB Percentages of Color #07ebcb

%1.57
%52.81
%45.62

CMYK Percentages of Color #07ebcb

%97
%0
%14
%8

Triadic Colors of #07ebcb

#07ebcb #cb07eb #ebcb07

Analogous Colors of #07ebcb

#07ebcb #0799eb #07eb59

Monochromatic Colors of #07ebcb

#07ebcb

Complementary Color

#07ebcb #eb0727

#07ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ebcb Color CSS Codes

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

#07ebcb Text Font Color

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

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


#07ebcb Background Color

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

This div background color is #07ebcb


#07ebcb Border Color

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

This div border color is #07ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ebcb


Comments

No comments written yet.

Please login to write comment.