Color Hex Logo

#7beded Color Hex

#7BEDED
(123,237,237)
0 Favorites   0 Comments

Color spaces of #7beded

RGB 123237237
HSL0.500.760.71
HSV180°48°93°
CMYK 0.480.000.00   0.07
XYZ53.738670.893890.9723
Yxy70.89380.24920.3288
Hunter Lab84.1985-33.4219-5.1210
CIE-Lab87.4334-32.3871-10.0371

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

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

The process color (four color CMYK) of #7beded color hex is 0.48, 0.00, 0.00, 0.07. Web safe color of #7beded is #66ffff. Color #7beded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 11101101
Octal 173 355 355
Decimal 123 237 237
Hex 7B ED ED

RGB Percentages of Color #7beded

%20.60
%39.70
%39.70

CMYK Percentages of Color #7beded

%48
%0
%0
%7

Triadic Colors of #7beded

#7beded #ed7bed #eded7b

Analogous Colors of #7beded

#7beded #7bb4ed #7bedb4

Monochromatic Colors of #7beded

#7beded

Complementary Color

#7beded #ed7b7b

#7beded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beded Color CSS Codes

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

#7beded Text Font Color

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

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


#7beded Background Color

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

This div background color is #7beded


#7beded Border Color

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

This div border color is #7beded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beded


Comments

No comments written yet.

Please login to write comment.