Color Hex Logo

#7bdbeb Color Hex

#7BDBEB
(123,219,235)
0 Favorites   0 Comments

Color spaces of #7bdbeb

RGB 123219235
HSL0.520.740.70
HSV189°48°92°
CMYK 0.480.070.00   0.08
XYZ48.495360.872187.7908
Yxy60.87210.24600.3087
Hunter Lab78.0206-25.5856-12.1003
CIE-Lab82.3099-24.2127-16.6487

#7bdbeb color RGB value is (123,219,235).

#7bdbeb hex color red value is 123, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7bdbeb hue: 0.52 , saturation: 0.74 and the lightness value of 7bdbeb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 11101011
Octal 173 333 353
Decimal 123 219 235
Hex 7B DB EB

RGB Percentages of Color #7bdbeb

%21.32
%37.95
%40.73

CMYK Percentages of Color #7bdbeb

%48
%7
%0
%8

Triadic Colors of #7bdbeb

#7bdbeb #eb7bdb #dbeb7b

Analogous Colors of #7bdbeb

#7bdbeb #7ba3eb #7bebc3

Monochromatic Colors of #7bdbeb

#7bdbeb

Complementary Color

#7bdbeb #eb8b7b

#7bdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdbeb Color CSS Codes

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

#7bdbeb Text Font Color

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

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


#7bdbeb Background Color

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

This div background color is #7bdbeb


#7bdbeb Border Color

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

This div border color is #7bdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdbeb


Comments

No comments written yet.

Please login to write comment.