Color Hex Logo

#7cdadb Color Hex

#7CDADB
(124,218,219)
0 Favorites   0 Comments

Color spaces of #7cdadb

RGB 124218219
HSL0.500.570.67
HSV181°43°86°
CMYK 0.430.000.00   0.14
XYZ46.169859.542476.0773
Yxy59.54240.25400.3275
Hunter Lab77.1637-28.2336-4.4406
CIE-Lab81.5888-27.5957-9.2148

#7cdadb color RGB value is (124,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 11011011
Octal 174 332 333
Decimal 124 218 219
Hex 7C DA DB

RGB Percentages of Color #7cdadb

%22.10
%38.86
%39.04

CMYK Percentages of Color #7cdadb

%43
%0
%0
%14

Triadic Colors of #7cdadb

#7cdadb #db7cda #dadb7c

Analogous Colors of #7cdadb

#7cdadb #7cabdb #7cdbad

Monochromatic Colors of #7cdadb

#7cdadb

Complementary Color

#7cdadb #db7d7c

#7cdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdadb Color CSS Codes

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

#7cdadb Text Font Color

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

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


#7cdadb Background Color

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

This div background color is #7cdadb


#7cdadb Border Color

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

This div border color is #7cdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdadb


Comments

No comments written yet.

Please login to write comment.