Color Hex Logo

#7ceeed Color Hex

#7CEEED
(124,238,237)
0 Favorites   0 Comments

Color spaces of #7ceeed

RGB 124238237
HSL0.500.770.71
HSV179°48°93°
CMYK 0.480.000.00   0.07
XYZ54.172871.548691.0758
Yxy71.54860.24990.3300
Hunter Lab84.5864-33.7071-4.6282
CIE-Lab87.7509-32.6449-9.5612

#7ceeed color RGB value is (124,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11101101
Octal 174 356 355
Decimal 124 238 237
Hex 7C EE ED

RGB Percentages of Color #7ceeed

%20.70
%39.73
%39.57

CMYK Percentages of Color #7ceeed

%48
%0
%0
%7

Triadic Colors of #7ceeed

#7ceeed #ed7cee #eeed7c

Analogous Colors of #7ceeed

#7ceeed #7cb6ee #7ceeb4

Monochromatic Colors of #7ceeed

#7ceeed

Complementary Color

#7ceeed #ee7c7d

#7ceeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceeed Color CSS Codes

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

#7ceeed Text Font Color

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

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


#7ceeed Background Color

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

This div background color is #7ceeed


#7ceeed Border Color

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

This div border color is #7ceeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceeed


Comments

No comments written yet.

Please login to write comment.