Color Hex Logo

#7bedae Color Hex

#7BEDAE
(123,237,174)
0 Favorites   0 Comments

Color spaces of #7bedae

RGB 123237174
HSL0.410.760.71
HSV147°48°93°
CMYK 0.480.000.27   0.07
XYZ46.092567.835350.7086
Yxy67.83530.28000.4120
Hunter Lab82.3622-44.239621.1500
CIE-Lab85.9240-46.501320.7053

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 10101110
Octal 173 355 256
Decimal 123 237 174
Hex 7B ED AE

RGB Percentages of Color #7bedae

%23.03
%44.38
%32.58

CMYK Percentages of Color #7bedae

%48
%0
%27
%7

Triadic Colors of #7bedae

#7bedae #ae7bed #edae7b

Analogous Colors of #7bedae

#7bedae #7bede7 #81ed7b

Monochromatic Colors of #7bedae

#7bedae

Complementary Color

#7bedae #ed7bba

#7bedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bedae Color CSS Codes

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

#7bedae Text Font Color

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

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


#7bedae Background Color

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

This div background color is #7bedae


#7bedae Border Color

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

This div border color is #7bedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bedae


Comments

No comments written yet.

Please login to write comment.