Color Hex Logo

#7ccdef Color Hex

#7CCDEF
(124,205,239)
0 Favorites   0 Comments

Color spaces of #7ccdef

RGB 124205239
HSL0.550.780.71
HSV198°48°94°
CMYK 0.480.140.00   0.06
XYZ45.723554.179789.7092
Yxy54.17970.24110.2857
Hunter Lab73.6069-17.9304-20.7356
CIE-Lab78.5664-15.8385-24.4492

#7ccdef color RGB value is (124,205,239).

#7ccdef hex color red value is 124, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7ccdef hue: 0.55 , saturation: 0.78 and the lightness value of 7ccdef is 0.71.

The process color (four color CMYK) of #7ccdef color hex is 0.48, 0.14, 0.00, 0.06. Web safe color of #7ccdef is #66ccff. Color #7ccdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 11101111
Octal 174 315 357
Decimal 124 205 239
Hex 7C CD EF

RGB Percentages of Color #7ccdef

%21.83
%36.09
%42.08

CMYK Percentages of Color #7ccdef

%48
%14
%0
%6

Triadic Colors of #7ccdef

#7ccdef #ef7ccd #cdef7c

Analogous Colors of #7ccdef

#7ccdef #7c94ef #7cefd8

Monochromatic Colors of #7ccdef

#7ccdef

Complementary Color

#7ccdef #ef9e7c

#7ccdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdef Color CSS Codes

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

#7ccdef Text Font Color

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

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


#7ccdef Background Color

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

This div background color is #7ccdef


#7ccdef Border Color

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

This div border color is #7ccdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdef


Comments

No comments written yet.

Please login to write comment.