Color Hex Logo

#7bddca Color Hex

#7BDDCA
(123,221,202)
0 Favorites   0 Comments

Color spaces of #7bddca

RGB 123221202
HSL0.470.590.67
HSV168°44°87°
CMYK 0.440.000.09   0.13
XYZ44.685560.188165.1394
Yxy60.18810.26280.3540
Hunter Lab77.5810-32.95344.5250
CIE-Lab81.9403-33.36870.3401

#7bddca color RGB value is (123,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11001010
Octal 173 335 312
Decimal 123 221 202
Hex 7B DD CA

RGB Percentages of Color #7bddca

%22.53
%40.48
%37.00

CMYK Percentages of Color #7bddca

%44
%0
%9
%13

Triadic Colors of #7bddca

#7bddca #ca7bdd #ddca7b

Analogous Colors of #7bddca

#7bddca #7bbfdd #7bdd99

Monochromatic Colors of #7bddca

#7bddca

Complementary Color

#7bddca #dd7b8e

#7bddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddca Color CSS Codes

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

#7bddca Text Font Color

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

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


#7bddca Background Color

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

This div background color is #7bddca


#7bddca Border Color

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

This div border color is #7bddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddca


Comments

No comments written yet.

Please login to write comment.