Color Hex Logo

#07caeb Color Hex

#07CAEB
(7,202,235)
0 Favorites   0 Comments

Color spaces of #07caeb

RGB 7202235
HSL0.520.940.47
HSV189°97°92°
CMYK 0.970.140.00   0.08
XYZ36.203548.284486.0090
Yxy48.28440.21230.2832
Hunter Lab69.4870-28.6017-24.7466
CIE-Lab75.0040-29.8146-27.9772

#07caeb color RGB value is (7,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001010 11101011
Octal 7 312 353
Decimal 7 202 235
Hex 7 CA EB

RGB Percentages of Color #07caeb

%1.58
%45.50
%52.93

CMYK Percentages of Color #07caeb

%97
%14
%0
%8

Triadic Colors of #07caeb

#07caeb #eb07ca #caeb07

Analogous Colors of #07caeb

#07caeb #0758eb #07eb9a

Monochromatic Colors of #07caeb

#07caeb

Complementary Color

#07caeb #eb2807

#07caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07caeb Color CSS Codes

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

#07caeb Text Font Color

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

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


#07caeb Background Color

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

This div background color is #07caeb


#07caeb Border Color

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

This div border color is #07caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07caeb


Comments

No comments written yet.

Please login to write comment.