Color Hex Logo

#7bffce Color Hex

#7BFFCE
(123,255,206)
0 Favorites   0 Comments

Color spaces of #7bffce

RGB 123255206
HSL0.441.000.74
HSV158°52°100°
CMYK 0.520.000.19   0.00
XYZ55.069080.187270.9678
Yxy80.18720.26700.3888
Hunter Lab89.5473-46.935515.6948
CIE-Lab91.7688-47.690012.4024

#7bffce color RGB value is (123,255,206).

#7bffce hex color red value is 123, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7bffce hue: 0.44 , saturation: 1.00 and the lightness value of 7bffce is 0.74.

The process color (four color CMYK) of #7bffce color hex is 0.52, 0.00, 0.19, 0.00. Web safe color of #7bffce is #66ffcc. Color #7bffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 11001110
Octal 173 377 316
Decimal 123 255 206
Hex 7B FF CE

RGB Percentages of Color #7bffce

%21.06
%43.66
%35.27

CMYK Percentages of Color #7bffce

%52
%0
%19
%0

Triadic Colors of #7bffce

#7bffce #ce7bff #ffce7b

Analogous Colors of #7bffce

#7bffce #7beeff #7bff8c

Monochromatic Colors of #7bffce

#7bffce

Complementary Color

#7bffce #ff7bac

#7bffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffce Color CSS Codes

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

#7bffce Text Font Color

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

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


#7bffce Background Color

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

This div background color is #7bffce


#7bffce Border Color

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

This div border color is #7bffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffce

Related Colors


Comments

No comments written yet.

Please login to write comment.