Color Hex Logo

#7bebea Color Hex

#7BEBEA
(123,235,234)
0 Favorites   0 Comments

Color spaces of #7bebea

RGB 123235234
HSL0.500.740.70
HSV179°48°92°
CMYK 0.480.000.00   0.08
XYZ52.728069.568188.4908
Yxy69.56810.25010.3300
Hunter Lab83.4075-33.1202-4.5182
CIE-Lab86.7846-32.1987-9.4272

#7bebea color RGB value is (123,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11101010
Octal 173 353 352
Decimal 123 235 234
Hex 7B EB EA

RGB Percentages of Color #7bebea

%20.78
%39.70
%39.53

CMYK Percentages of Color #7bebea

%48
%0
%0
%8

Triadic Colors of #7bebea

#7bebea #ea7beb #ebea7b

Analogous Colors of #7bebea

#7bebea #7bb4eb #7bebb2

Monochromatic Colors of #7bebea

#7bebea

Complementary Color

#7bebea #eb7b7c

#7bebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebea Color CSS Codes

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

#7bebea Text Font Color

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

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


#7bebea Background Color

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

This div background color is #7bebea


#7bebea Border Color

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

This div border color is #7bebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebea


Comments

No comments written yet.

Please login to write comment.