Color Hex Logo

#7cebeb Color Hex

#7CEBEB
(124,235,235)
0 Favorites   0 Comments

Color spaces of #7cebeb

RGB 124235235
HSL0.500.740.70
HSV180°47°92°
CMYK 0.470.000.00   0.08
XYZ53.015969.699989.2565
Yxy69.69990.25010.3288
Hunter Lab83.4865-32.7496-4.9472
CIE-Lab86.8495-31.7319-9.8521

#7cebeb color RGB value is (124,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11101011
Octal 174 353 353
Decimal 124 235 235
Hex 7C EB EB

RGB Percentages of Color #7cebeb

%20.88
%39.56
%39.56

CMYK Percentages of Color #7cebeb

%47
%0
%0
%8

Triadic Colors of #7cebeb

#7cebeb #eb7ceb #ebeb7c

Analogous Colors of #7cebeb

#7cebeb #7cb4eb #7cebb4

Monochromatic Colors of #7cebeb

#7cebeb

Complementary Color

#7cebeb #eb7c7c

#7cebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebeb Color CSS Codes

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

#7cebeb Text Font Color

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

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


#7cebeb Background Color

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

This div background color is #7cebeb


#7cebeb Border Color

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

This div border color is #7cebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebeb


Comments

No comments written yet.

Please login to write comment.