Color Hex Logo

#7bdcec Color Hex

#7BDCEC
(123,220,236)
0 Favorites   0 Comments

Color spaces of #7bdcec

RGB 123220236
HSL0.520.750.70
HSV188°48°93°
CMYK 0.480.070.00   0.07
XYZ48.901961.453588.6412
Yxy61.45350.24570.3088
Hunter Lab78.3923-25.8364-12.1669
CIE-Lab82.6219-24.4440-16.7098

#7bdcec color RGB value is (123,220,236).

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

The process color (four color CMYK) of #7bdcec color hex is 0.48, 0.07, 0.00, 0.07. Web safe color of #7bdcec is #66ccff. Color #7bdcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 11101100
Octal 173 334 354
Decimal 123 220 236
Hex 7B DC EC

RGB Percentages of Color #7bdcec

%21.24
%38.00
%40.76

CMYK Percentages of Color #7bdcec

%48
%7
%0
%7

Triadic Colors of #7bdcec

#7bdcec #ec7bdc #dcec7b

Analogous Colors of #7bdcec

#7bdcec #7ba4ec #7becc4

Monochromatic Colors of #7bdcec

#7bdcec

Complementary Color

#7bdcec #ec8b7b

#7bdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcec Color CSS Codes

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

#7bdcec Text Font Color

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

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


#7bdcec Background Color

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

This div background color is #7bdcec


#7bdcec Border Color

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

This div border color is #7bdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcec


Comments

No comments written yet.

Please login to write comment.