Color Hex Logo

#7bceca Color Hex

#7BCECA
(123,206,202)
0 Favorites   0 Comments

Color spaces of #7bceca

RGB 123206202
HSL0.490.460.65
HSV177°40°81°
CMYK 0.400.000.02   0.19
XYZ40.900452.617863.8777
Yxy52.61780.25990.3343
Hunter Lab72.5381-26.2950-1.4346
CIE-Lab77.6488-26.1736-5.9639

#7bceca color RGB value is (123,206,202).

#7bceca hex color red value is 123, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7bceca hue: 0.49 , saturation: 0.46 and the lightness value of 7bceca is 0.65.

The process color (four color CMYK) of #7bceca color hex is 0.40, 0.00, 0.02, 0.19. Web safe color of #7bceca is #66cccc. Color #7bceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 11001010
Octal 173 316 312
Decimal 123 206 202
Hex 7B CE CA

RGB Percentages of Color #7bceca

%23.16
%38.79
%38.04

CMYK Percentages of Color #7bceca

%40
%0
%2
%19

Triadic Colors of #7bceca

#7bceca #ca7bce #ceca7b

Analogous Colors of #7bceca

#7bceca #7ba9ce #7bcea1

Monochromatic Colors of #7bceca

#7bceca

Complementary Color

#7bceca #ce7b7f

#7bceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bceca Color CSS Codes

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

#7bceca Text Font Color

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

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


#7bceca Background Color

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

This div background color is #7bceca


#7bceca Border Color

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

This div border color is #7bceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bceca


Comments

No comments written yet.

Please login to write comment.