Color Hex Logo

#7bdaec Color Hex

#7BDAEC
(123,218,236)
0 Favorites   0 Comments

Color spaces of #7bdaec

RGB 123218236
HSL0.530.750.70
HSV190°48°93°
CMYK 0.480.080.00   0.07
XYZ48.380160.409988.4673
Yxy60.40990.24530.3062
Hunter Lab77.7238-24.9072-13.0788
CIE-Lab82.0605-23.4540-17.5557

#7bdaec color RGB value is (123,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011010 11101100
Octal 173 332 354
Decimal 123 218 236
Hex 7B DA EC

RGB Percentages of Color #7bdaec

%21.32
%37.78
%40.90

CMYK Percentages of Color #7bdaec

%48
%8
%0
%7

Triadic Colors of #7bdaec

#7bdaec #ec7bda #daec7b

Analogous Colors of #7bdaec

#7bdaec #7ba2ec #7becc6

Monochromatic Colors of #7bdaec

#7bdaec

Complementary Color

#7bdaec #ec8d7b

#7bdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdaec Color CSS Codes

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

#7bdaec Text Font Color

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

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


#7bdaec Background Color

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

This div background color is #7bdaec


#7bdaec Border Color

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

This div border color is #7bdaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,218,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 #7bdaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdaec


Comments

No comments written yet.

Please login to write comment.