Color Hex Logo

#7bdbed Color Hex

#7BDBED
(123,219,237)
0 Favorites   0 Comments

Color spaces of #7bdbed

RGB 123219237
HSL0.530.760.71
HSV189°48°93°
CMYK 0.480.080.00   0.07
XYZ48.786060.988489.3214
Yxy60.98840.24500.3063
Hunter Lab78.0951-25.1574-13.1465
CIE-Lab82.3725-23.6856-17.6164

#7bdbed color RGB value is (123,219,237).

#7bdbed hex color red value is 123, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7bdbed hue: 0.53 , saturation: 0.76 and the lightness value of 7bdbed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 11101101
Octal 173 333 355
Decimal 123 219 237
Hex 7B DB ED

RGB Percentages of Color #7bdbed

%21.24
%37.82
%40.93

CMYK Percentages of Color #7bdbed

%48
%8
%0
%7

Triadic Colors of #7bdbed

#7bdbed #ed7bdb #dbed7b

Analogous Colors of #7bdbed

#7bdbed #7ba2ed #7bedc6

Monochromatic Colors of #7bdbed

#7bdbed

Complementary Color

#7bdbed #ed8d7b

#7bdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdbed Color CSS Codes

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

#7bdbed Text Font Color

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

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


#7bdbed Background Color

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

This div background color is #7bdbed


#7bdbed Border Color

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

This div border color is #7bdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdbed


Comments

No comments written yet.

Please login to write comment.