Color Hex Logo

#7ccfdb Color Hex

#7CCFDB
(124,207,219)
0 Favorites   0 Comments

Color spaces of #7ccfdb

RGB 124207219
HSL0.520.570.67
HSV188°43°86°
CMYK 0.430.050.00   0.14
XYZ43.411254.025275.1577
Yxy54.02520.25150.3130
Hunter Lab73.5018-23.2036-9.1744
CIE-Lab78.4764-22.1695-13.8630

#7ccfdb color RGB value is (124,207,219).

#7ccfdb hex color red value is 124, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7ccfdb hue: 0.52 , saturation: 0.57 and the lightness value of 7ccfdb is 0.67.

The process color (four color CMYK) of #7ccfdb color hex is 0.43, 0.05, 0.00, 0.14. Web safe color of #7ccfdb is #66cccc. Color #7ccfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001111 11011011
Octal 174 317 333
Decimal 124 207 219
Hex 7C CF DB

RGB Percentages of Color #7ccfdb

%22.55
%37.64
%39.82

CMYK Percentages of Color #7ccfdb

%43
%5
%0
%14

Triadic Colors of #7ccfdb

#7ccfdb #db7ccf #cfdb7c

Analogous Colors of #7ccfdb

#7ccfdb #7ca0db #7cdbb8

Monochromatic Colors of #7ccfdb

#7ccfdb

Complementary Color

#7ccfdb #db887c

#7ccfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccfdb Color CSS Codes

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

#7ccfdb Text Font Color

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

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


#7ccfdb Background Color

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

This div background color is #7ccfdb


#7ccfdb Border Color

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

This div border color is #7ccfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccfdb


Comments

No comments written yet.

Please login to write comment.