Color Hex Logo

#7ccceb Color Hex

#7CCCEB
(124,204,235)
0 Favorites   0 Comments

Color spaces of #7ccceb

RGB 124204235
HSL0.550.740.70
HSV197°47°92°
CMYK 0.470.130.00   0.08
XYZ44.900453.469086.5513
Yxy53.46900.24280.2891
Hunter Lab73.1225-18.3576-18.9927
CIE-Lab78.1511-16.4135-22.9389

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

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

The process color (four color CMYK) of #7ccceb color hex is 0.47, 0.13, 0.00, 0.08. Web safe color of #7ccceb is #66ccff. Color #7ccceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 11101011
Octal 174 314 353
Decimal 124 204 235
Hex 7C CC EB

RGB Percentages of Color #7ccceb

%22.02
%36.23
%41.74

CMYK Percentages of Color #7ccceb

%47
%13
%0
%8

Triadic Colors of #7ccceb

#7ccceb #eb7ccc #cceb7c

Analogous Colors of #7ccceb

#7ccceb #7c95eb #7cebd3

Monochromatic Colors of #7ccceb

#7ccceb

Complementary Color

#7ccceb #eb9b7c

#7ccceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccceb Color CSS Codes

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

#7ccceb Text Font Color

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

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


#7ccceb Background Color

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

This div background color is #7ccceb


#7ccceb Border Color

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

This div border color is #7ccceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccceb


Comments

No comments written yet.

Please login to write comment.