Color Hex Logo

#7bdde4 Color Hex

#7BDDE4
(123,221,228)
0 Favorites   0 Comments

Color spaces of #7bdde4

RGB 123221228
HSL0.510.660.69
HSV184°46°89°
CMYK 0.460.030.00   0.11
XYZ48.028461.525382.7430
Yxy61.52530.24980.3199
Hunter Lab78.4381-27.9693-7.6374
CIE-Lab82.6603-27.0093-12.4061

#7bdde4 color RGB value is (123,221,228).

#7bdde4 hex color red value is 123, green value is 221 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #7bdde4 hue: 0.51 , saturation: 0.66 and the lightness value of 7bdde4 is 0.69.

The process color (four color CMYK) of #7bdde4 color hex is 0.46, 0.03, 0.00, 0.11. Web safe color of #7bdde4 is #66cccc. Color #7bdde4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11100100
Octal 173 335 344
Decimal 123 221 228
Hex 7B DD E4

RGB Percentages of Color #7bdde4

%21.50
%38.64
%39.86

CMYK Percentages of Color #7bdde4

%46
%3
%0
%11

Triadic Colors of #7bdde4

#7bdde4 #e47bdd #dde47b

Analogous Colors of #7bdde4

#7bdde4 #7ba9e4 #7be4b7

Monochromatic Colors of #7bdde4

#7bdde4

Complementary Color

#7bdde4 #e4827b

#7bdde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdde4 Color CSS Codes

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

#7bdde4 Text Font Color

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

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


#7bdde4 Background Color

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

This div background color is #7bdde4


#7bdde4 Border Color

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

This div border color is #7bdde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdde4


Comments

No comments written yet.

Please login to write comment.