Color Hex Logo

#7bd8ea Color Hex

#7BD8EA
(123,216,234)
0 Favorites   0 Comments

Color spaces of #7bd8ea

RGB 123216234
HSL0.530.730.70
HSV190°47°92°
CMYK 0.470.080.00   0.08
XYZ47.575559.263286.7733
Yxy59.26320.24570.3061
Hunter Lab76.9826-24.4059-12.9427
CIE-Lab81.4361-22.9880-17.4334

#7bd8ea color RGB value is (123,216,234).

#7bd8ea hex color red value is 123, green value is 216 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7bd8ea hue: 0.53 , saturation: 0.73 and the lightness value of 7bd8ea is 0.70.

The process color (four color CMYK) of #7bd8ea color hex is 0.47, 0.08, 0.00, 0.08. Web safe color of #7bd8ea is #66ccff. Color #7bd8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011000 11101010
Octal 173 330 352
Decimal 123 216 234
Hex 7B D8 EA

RGB Percentages of Color #7bd8ea

%21.47
%37.70
%40.84

CMYK Percentages of Color #7bd8ea

%47
%8
%0
%8

Triadic Colors of #7bd8ea

#7bd8ea #ea7bd8 #d8ea7b

Analogous Colors of #7bd8ea

#7bd8ea #7ba1ea #7beac5

Monochromatic Colors of #7bd8ea

#7bd8ea

Complementary Color

#7bd8ea #ea8d7b

#7bd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd8ea Color CSS Codes

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

#7bd8ea Text Font Color

<p style="color:#7bd8ea">Text here</p>

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


#7bd8ea Background Color

<div style="background-color:#7bd8ea">
Div content here</div>

This div background color is #7bd8ea


#7bd8ea Border Color

<div style="border:3px solid #7bd8ea">
Div here</div>

This div border color is #7bd8ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,216,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 #7bd8ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd8ea


Comments

No comments written yet.

Please login to write comment.