Color Hex Logo

#7bdbdd Color Hex

#7BDBDD
(123,219,221)
0 Favorites   0 Comments

Color spaces of #7bdbdd

RGB 123219221
HSL0.500.590.67
HSV181°44°87°
CMYK 0.440.010.00   0.13
XYZ46.551060.094477.5525
Yxy60.09440.25270.3262
Hunter Lab77.5206-28.4720-5.0500
CIE-Lab81.8895-27.8128-9.8362

#7bdbdd color RGB value is (123,219,221).

#7bdbdd hex color red value is 123, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7bdbdd hue: 0.50 , saturation: 0.59 and the lightness value of 7bdbdd is 0.67.

The process color (four color CMYK) of #7bdbdd color hex is 0.44, 0.01, 0.00, 0.13. Web safe color of #7bdbdd is #66cccc. Color #7bdbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 11011101
Octal 173 333 335
Decimal 123 219 221
Hex 7B DB DD

RGB Percentages of Color #7bdbdd

%21.85
%38.90
%39.25

CMYK Percentages of Color #7bdbdd

%44
%1
%0
%13

Triadic Colors of #7bdbdd

#7bdbdd #dd7bdb #dbdd7b

Analogous Colors of #7bdbdd

#7bdbdd #7baadd #7bddae

Monochromatic Colors of #7bdbdd

#7bdbdd

Complementary Color

#7bdbdd #dd7d7b

#7bdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdbdd Color CSS Codes

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

#7bdbdd Text Font Color

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

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


#7bdbdd Background Color

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

This div background color is #7bdbdd


#7bdbdd Border Color

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

This div border color is #7bdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdbdd

#7bdbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.