Color Hex Logo

#7bebdc Color Hex

#7BEBDC
(123,235,220)
0 Favorites   0 Comments

Color spaces of #7bebdc

RGB 123235220
HSL0.480.740.70
HSV172°48°92°
CMYK 0.480.000.06   0.08
XYZ50.795068.794978.3117
Yxy68.79490.25670.3476
Hunter Lab82.9427-35.83442.0803
CIE-Lab86.4024-35.6343-2.6363

#7bebdc color RGB value is (123,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11011100
Octal 173 353 334
Decimal 123 235 220
Hex 7B EB DC

RGB Percentages of Color #7bebdc

%21.28
%40.66
%38.06

CMYK Percentages of Color #7bebdc

%48
%0
%6
%8

Triadic Colors of #7bebdc

#7bebdc #dc7beb #ebdc7b

Analogous Colors of #7bebdc

#7bebdc #7bc2eb #7beba4

Monochromatic Colors of #7bebdc

#7bebdc

Complementary Color

#7bebdc #eb7b8a

#7bebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebdc Color CSS Codes

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

#7bebdc Text Font Color

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

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


#7bebdc Background Color

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

This div background color is #7bebdc


#7bebdc Border Color

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

This div border color is #7bebdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,235,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 #7bebdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebdc


Comments

No comments written yet.

Please login to write comment.