Color Hex Logo

#7bddea Color Hex

#7BDDEA
(123,221,234)
0 Favorites   0 Comments

Color spaces of #7bddea

RGB 123221234
HSL0.520.730.70
HSV187°47°92°
CMYK 0.470.060.00   0.08
XYZ48.876161.864487.2069
Yxy61.86440.24690.3125
Hunter Lab78.6539-26.7232-10.6796
CIE-Lab82.8413-25.4598-15.3190

#7bddea color RGB value is (123,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11101010
Octal 173 335 352
Decimal 123 221 234
Hex 7B DD EA

RGB Percentages of Color #7bddea

%21.28
%38.24
%40.48

CMYK Percentages of Color #7bddea

%47
%6
%0
%8

Triadic Colors of #7bddea

#7bddea #ea7bdd #ddea7b

Analogous Colors of #7bddea

#7bddea #7ba6ea #7beac0

Monochromatic Colors of #7bddea

#7bddea

Complementary Color

#7bddea #ea887b

#7bddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddea Color CSS Codes

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

#7bddea Text Font Color

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

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


#7bddea Background Color

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

This div background color is #7bddea


#7bddea Border Color

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

This div border color is #7bddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddea


Comments

No comments written yet.

Please login to write comment.