Color Hex Logo

#07cbea Color Hex

#07CBEA
(7,203,234)
0 Favorites   0 Comments

Color spaces of #07cbea

RGB 7203234
HSL0.520.940.47
HSV188°97°92°
CMYK 0.970.130.00   0.08
XYZ36.294848.697685.3285
Yxy48.69760.21310.2859
Hunter Lab69.7837-29.2828-23.6487
CIE-Lab75.2628-30.6259-27.0420

#07cbea color RGB value is (7,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001011 11101010
Octal 7 313 352
Decimal 7 203 234
Hex 7 CB EA

RGB Percentages of Color #07cbea

%1.58
%45.72
%52.70

CMYK Percentages of Color #07cbea

%97
%13
%0
%8

Triadic Colors of #07cbea

#07cbea #ea07cb #cbea07

Analogous Colors of #07cbea

#07cbea #075aea #07ea98

Monochromatic Colors of #07cbea

#07cbea

Complementary Color

#07cbea #ea2607

#07cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cbea Color CSS Codes

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

#07cbea Text Font Color

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

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


#07cbea Background Color

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

This div background color is #07cbea


#07cbea Border Color

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

This div border color is #07cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cbea


Comments

No comments written yet.

Please login to write comment.