Color Hex Logo

#7ceeeb Color Hex

#7CEEEB
(124,238,235)
0 Favorites   0 Comments

Color spaces of #7ceeeb

RGB 124238235
HSL0.500.770.71
HSV178°48°93°
CMYK 0.480.000.01   0.07
XYZ53.882171.432389.5452
Yxy71.43230.25080.3325
Hunter Lab84.5176-34.1076-3.6545
CIE-Lab87.6946-33.1454-8.5965

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11101011
Octal 174 356 353
Decimal 124 238 235
Hex 7C EE EB

RGB Percentages of Color #7ceeeb

%20.77
%39.87
%39.36

CMYK Percentages of Color #7ceeeb

%48
%0
%1
%7

Triadic Colors of #7ceeeb

#7ceeeb #eb7cee #eeeb7c

Analogous Colors of #7ceeeb

#7ceeeb #7cb8ee #7ceeb2

Monochromatic Colors of #7ceeeb

#7ceeeb

Complementary Color

#7ceeeb #ee7c7f

#7ceeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceeeb Color CSS Codes

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

#7ceeeb Text Font Color

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

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


#7ceeeb Background Color

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

This div background color is #7ceeeb


#7ceeeb Border Color

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

This div border color is #7ceeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceeeb


Comments

No comments written yet.

Please login to write comment.