Color Hex Logo

#7bedcb Color Hex

#7BEDCB
(123,237,203)
0 Favorites   0 Comments

Color spaces of #7bedcb

RGB 123237203
HSL0.450.760.71
HSV162°48°93°
CMYK 0.480.000.14   0.07
XYZ49.232169.091167.2410
Yxy69.09110.26530.3723
Hunter Lab83.1211-39.737410.2219
CIE-Lab86.5491-40.47186.4932

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 11001011
Octal 173 355 313
Decimal 123 237 203
Hex 7B ED CB

RGB Percentages of Color #7bedcb

%21.85
%42.10
%36.06

CMYK Percentages of Color #7bedcb

%48
%0
%14
%7

Triadic Colors of #7bedcb

#7bedcb #cb7bed #edcb7b

Analogous Colors of #7bedcb

#7bedcb #7bd6ed #7bed92

Monochromatic Colors of #7bedcb

#7bedcb

Complementary Color

#7bedcb #ed7b9d

#7bedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bedcb Color CSS Codes

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

#7bedcb Text Font Color

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

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


#7bedcb Background Color

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

This div background color is #7bedcb


#7bedcb Border Color

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

This div border color is #7bedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bedcb


Comments

No comments written yet.

Please login to write comment.