Color Hex Logo

#7befca Color Hex

#7BEFCA
(123,239,202)
0 Favorites   0 Comments

Color spaces of #7befca

RGB 123239202
HSL0.450.780.71
HSV161°49°94°
CMYK 0.490.000.15   0.06
XYZ49.695670.208266.8094
Yxy70.20820.26620.3760
Hunter Lab83.7903-40.765711.3789
CIE-Lab87.0989-41.58527.8062

#7befca color RGB value is (123,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11001010
Octal 173 357 312
Decimal 123 239 202
Hex 7B EF CA

RGB Percentages of Color #7befca

%21.81
%42.38
%35.82

CMYK Percentages of Color #7befca

%49
%0
%15
%6

Triadic Colors of #7befca

#7befca #ca7bef #efca7b

Analogous Colors of #7befca

#7befca #7bdaef #7bef90

Monochromatic Colors of #7befca

#7befca

Complementary Color

#7befca #ef7ba0

#7befca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befca Color CSS Codes

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

#7befca Text Font Color

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

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


#7befca Background Color

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

This div background color is #7befca


#7befca Border Color

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

This div border color is #7befca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befca


Comments

No comments written yet.

Please login to write comment.