Color Hex Logo

#7bddda Color Hex

#7BDDDA
(123,221,218)
0 Favorites   0 Comments

Color spaces of #7bddda

RGB 123221218
HSL0.490.590.67
HSV178°44°87°
CMYK 0.440.000.01   0.13
XYZ46.679760.985875.6408
Yxy60.98580.25470.3327
Hunter Lab78.0934-29.9665-2.7626
CIE-Lab82.3711-29.5259-7.5260

#7bddda color RGB value is (123,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11011010
Octal 173 335 332
Decimal 123 221 218
Hex 7B DD DA

RGB Percentages of Color #7bddda

%21.89
%39.32
%38.79

CMYK Percentages of Color #7bddda

%44
%0
%1
%13

Triadic Colors of #7bddda

#7bddda #da7bdd #ddda7b

Analogous Colors of #7bddda

#7bddda #7bafdd #7bdda9

Monochromatic Colors of #7bddda

#7bddda

Complementary Color

#7bddda #dd7b7e

#7bddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddda Color CSS Codes

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

#7bddda Text Font Color

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

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


#7bddda Background Color

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

This div background color is #7bddda


#7bddda Border Color

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

This div border color is #7bddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddda


Comments

No comments written yet.

Please login to write comment.