Color Hex Logo

#7bedc9 Color Hex

#7BEDC9
(123,237,201)
0 Favorites   0 Comments

Color spaces of #7bedc9

RGB 123237201
HSL0.450.760.71
HSV161°48°93°
CMYK 0.480.000.15   0.07
XYZ48.995268.996465.9937
Yxy68.99640.26630.3750
Hunter Lab83.0641-40.074211.0394
CIE-Lab86.5023-40.91497.4720

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 11001001
Octal 173 355 311
Decimal 123 237 201
Hex 7B ED C9

RGB Percentages of Color #7bedc9

%21.93
%42.25
%35.83

CMYK Percentages of Color #7bedc9

%48
%0
%15
%7

Triadic Colors of #7bedc9

#7bedc9 #c97bed #edc97b

Analogous Colors of #7bedc9

#7bedc9 #7bd8ed #7bed90

Monochromatic Colors of #7bedc9

#7bedc9

Complementary Color

#7bedc9 #ed7b9f

#7bedc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bedc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bedc9 Color CSS Codes

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

#7bedc9 Text Font Color

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

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


#7bedc9 Background Color

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

This div background color is #7bedc9


#7bedc9 Border Color

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

This div border color is #7bedc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bedc9

#7bedc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.