Color Hex Logo

#7bdeed Color Hex

#7BDEED
(123,222,237)
0 Favorites   0 Comments

Color spaces of #7bdeed

RGB 123222237
HSL0.520.760.71
HSV188°48°93°
CMYK 0.480.060.00   0.07
XYZ49.575762.567989.5847
Yxy62.56790.24580.3102
Hunter Lab79.0999-26.5502-11.7791
CIE-Lab83.2145-25.1664-16.3484

#7bdeed color RGB value is (123,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011110 11101101
Octal 173 336 355
Decimal 123 222 237
Hex 7B DE ED

RGB Percentages of Color #7bdeed

%21.13
%38.14
%40.72

CMYK Percentages of Color #7bdeed

%48
%6
%0
%7

Triadic Colors of #7bdeed

#7bdeed #ed7bde #deed7b

Analogous Colors of #7bdeed

#7bdeed #7ba5ed #7bedc3

Monochromatic Colors of #7bdeed

#7bdeed

Complementary Color

#7bdeed #ed8a7b

#7bdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdeed Color CSS Codes

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

#7bdeed Text Font Color

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

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


#7bdeed Background Color

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

This div background color is #7bdeed


#7bdeed Border Color

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

This div border color is #7bdeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdeed


Comments

No comments written yet.

Please login to write comment.