Color Hex Logo

#07cbdb Color Hex

#07CBDB
(7,203,219)
0 Favorites   0 Comments

Color spaces of #07cbdb

RGB 7203219
HSL0.510.940.44
HSV185°97°86°
CMYK 0.970.070.00   0.14
XYZ34.229747.871574.4539
Yxy47.87150.21860.3058
Hunter Lab69.1892-32.7726-15.3690
CIE-Lab74.7438-35.4035-19.7451

#07cbdb color RGB value is (7,203,219).

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

The process color (four color CMYK) of #07cbdb color hex is 0.97, 0.07, 0.00, 0.14. Web safe color of #07cbdb is #00cccc. Color #07cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001011 11011011
Octal 7 313 333
Decimal 7 203 219
Hex 7 CB DB

RGB Percentages of Color #07cbdb

%1.63
%47.32
%51.05

CMYK Percentages of Color #07cbdb

%97
%7
%0
%14

Triadic Colors of #07cbdb

#07cbdb #db07cb #cbdb07

Analogous Colors of #07cbdb

#07cbdb #0761db #07db81

Monochromatic Colors of #07cbdb

#07cbdb

Complementary Color

#07cbdb #db1707

#07cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cbdb Color CSS Codes

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

#07cbdb Text Font Color

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

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


#07cbdb Background Color

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

This div background color is #07cbdb


#07cbdb Border Color

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

This div border color is #07cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cbdb


Comments

No comments written yet.

Please login to write comment.