Color Hex Logo

#07cbb5 Color Hex

#07CBB5
(7,203,181)
0 Favorites   0 Comments

Color spaces of #07cbb5

RGB 7203181
HSL0.480.930.41
HSV173°97°80°
CMYK 0.970.000.11   0.20
XYZ29.784046.093251.0432
Yxy46.09320.23470.3632
Hunter Lab67.8920-40.50362.9484
CIE-Lab73.6060-46.6192-0.8729

#07cbb5 color RGB value is (7,203,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001011 10110101
Octal 7 313 265
Decimal 7 203 181
Hex 7 CB B5

RGB Percentages of Color #07cbb5

%1.79
%51.92
%46.29

CMYK Percentages of Color #07cbb5

%97
%0
%11
%20

Triadic Colors of #07cbb5

#07cbb5 #b507cb #cbb507

Analogous Colors of #07cbb5

#07cbb5 #077fcb #07cb53

Monochromatic Colors of #07cbb5

#07cbb5

Complementary Color

#07cbb5 #cb071d

#07cbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cbb5 Color CSS Codes

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

#07cbb5 Text Font Color

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

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


#07cbb5 Background Color

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

This div background color is #07cbb5


#07cbb5 Border Color

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

This div border color is #07cbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cbb5


Comments

No comments written yet.

Please login to write comment.