Color Hex Logo

#7bdeec Color Hex

#7BDEEC
(123,222,236)
0 Favorites   0 Comments

Color spaces of #7bdeec

RGB 123222236
HSL0.520.750.70
HSV187°48°93°
CMYK 0.480.060.00   0.07
XYZ49.430062.509688.8172
Yxy62.50960.24620.3114
Hunter Lab79.0630-26.7625-11.2606
CIE-Lab83.1837-25.4282-15.8648

#7bdeec color RGB value is (123,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011110 11101100
Octal 173 336 354
Decimal 123 222 236
Hex 7B DE EC

RGB Percentages of Color #7bdeec

%21.17
%38.21
%40.62

CMYK Percentages of Color #7bdeec

%48
%6
%0
%7

Triadic Colors of #7bdeec

#7bdeec #ec7bde #deec7b

Analogous Colors of #7bdeec

#7bdeec #7ba6ec #7becc2

Monochromatic Colors of #7bdeec

#7bdeec

Complementary Color

#7bdeec #ec897b

#7bdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdeec Color CSS Codes

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

#7bdeec Text Font Color

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

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


#7bdeec Background Color

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

This div background color is #7bdeec


#7bdeec Border Color

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

This div border color is #7bdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdeec


Comments

No comments written yet.

Please login to write comment.