Color Hex Logo

#7beddc Color Hex

#7BEDDC
(123,237,220)
0 Favorites   0 Comments

Color spaces of #7beddc

RGB 123237220
HSL0.480.760.71
HSV171°48°93°
CMYK 0.480.000.07   0.07
XYZ51.370869.946678.5037
Yxy69.94660.25710.3500
Hunter Lab83.6341-36.71912.8909
CIE-Lab86.9707-36.5564-1.8028

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 11011100
Octal 173 355 334
Decimal 123 237 220
Hex 7B ED DC

RGB Percentages of Color #7beddc

%21.21
%40.86
%37.93

CMYK Percentages of Color #7beddc

%48
%0
%7
%7

Triadic Colors of #7beddc

#7beddc #dc7bed #eddc7b

Analogous Colors of #7beddc

#7beddc #7bc5ed #7beda3

Monochromatic Colors of #7beddc

#7beddc

Complementary Color

#7beddc #ed7b8c

#7beddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beddc Color CSS Codes

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

#7beddc Text Font Color

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

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


#7beddc Background Color

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

This div background color is #7beddc


#7beddc Border Color

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

This div border color is #7beddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beddc


Comments

No comments written yet.

Please login to write comment.