Color Hex Logo

#7bedca Color Hex

#7BEDCA
(123,237,202)
0 Favorites   0 Comments

Color spaces of #7bedca

RGB 123237202
HSL0.450.760.71
HSV162°48°93°
CMYK 0.480.000.15   0.07
XYZ49.113269.043666.6153
Yxy69.04360.26580.3737
Hunter Lab83.0925-39.906410.6319
CIE-Lab86.5256-40.69406.9826

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 11001010
Octal 173 355 312
Decimal 123 237 202
Hex 7B ED CA

RGB Percentages of Color #7bedca

%21.89
%42.17
%35.94

CMYK Percentages of Color #7bedca

%48
%0
%15
%7

Triadic Colors of #7bedca

#7bedca #ca7bed #edca7b

Analogous Colors of #7bedca

#7bedca #7bd7ed #7bed91

Monochromatic Colors of #7bedca

#7bedca

Complementary Color

#7bedca #ed7b9e

#7bedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bedca Color CSS Codes

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

#7bedca Text Font Color

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

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


#7bedca Background Color

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

This div background color is #7bedca


#7bedca Border Color

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

This div border color is #7bedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bedca


Comments

No comments written yet.

Please login to write comment.