Color Hex Logo

#7ccefb Color Hex

#7CCEFB
(124,206,251)
0 Favorites   0 Comments

Color spaces of #7ccefb

RGB 124206251
HSL0.560.940.74
HSV201°51°98°
CMYK 0.510.180.00   0.02
XYZ47.796155.392799.4395
Yxy55.39270.23590.2734
Hunter Lab74.4263-15.6144-27.1178
CIE-Lab79.2669-13.0257-29.7889

#7ccefb color RGB value is (124,206,251).

#7ccefb hex color red value is 124, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ccefb hue: 0.56 , saturation: 0.94 and the lightness value of 7ccefb is 0.74.

The process color (four color CMYK) of #7ccefb color hex is 0.51, 0.18, 0.00, 0.02. Web safe color of #7ccefb is #66ccff. Color #7ccefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 11111011
Octal 174 316 373
Decimal 124 206 251
Hex 7C CE FB

RGB Percentages of Color #7ccefb

%21.34
%35.46
%43.20

CMYK Percentages of Color #7ccefb

%51
%18
%0
%2

Triadic Colors of #7ccefb

#7ccefb #fb7cce #cefb7c

Analogous Colors of #7ccefb

#7ccefb #7c8ffb #7cfbe9

Monochromatic Colors of #7ccefb

#7ccefb

Complementary Color

#7ccefb #fba97c

#7ccefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccefb Color CSS Codes

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

#7ccefb Text Font Color

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

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


#7ccefb Background Color

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

This div background color is #7ccefb


#7ccefb Border Color

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

This div border color is #7ccefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccefb


Comments

No comments written yet.

Please login to write comment.