Color Hex Logo

#7ccfdf Color Hex

#7CCFDF
(124,207,223)
0 Favorites   0 Comments

Color spaces of #7ccfdf

RGB 124207223
HSL0.530.610.68
HSV190°44°87°
CMYK 0.440.070.00   0.13
XYZ43.944354.238477.9650
Yxy54.23840.24950.3079
Hunter Lab73.6467-22.3725-11.2138
CIE-Lab78.6005-21.1347-15.8229

#7ccfdf color RGB value is (124,207,223).

#7ccfdf hex color red value is 124, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7ccfdf hue: 0.53 , saturation: 0.61 and the lightness value of 7ccfdf is 0.68.

The process color (four color CMYK) of #7ccfdf color hex is 0.44, 0.07, 0.00, 0.13. Web safe color of #7ccfdf is #66cccc. Color #7ccfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001111 11011111
Octal 174 317 337
Decimal 124 207 223
Hex 7C CF DF

RGB Percentages of Color #7ccfdf

%22.38
%37.36
%40.25

CMYK Percentages of Color #7ccfdf

%44
%7
%0
%13

Triadic Colors of #7ccfdf

#7ccfdf #df7ccf #cfdf7c

Analogous Colors of #7ccfdf

#7ccfdf #7c9edf #7cdfbe

Monochromatic Colors of #7ccfdf

#7ccfdf

Complementary Color

#7ccfdf #df8c7c

#7ccfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccfdf Color CSS Codes

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

#7ccfdf Text Font Color

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

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


#7ccfdf Background Color

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

This div background color is #7ccfdf


#7ccfdf Border Color

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

This div border color is #7ccfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccfdf


Comments

No comments written yet.

Please login to write comment.