Color Hex Logo

#7ccada Color Hex

#7CCADA
(124,202,218)
0 Favorites   0 Comments

Color spaces of #7ccada

RGB 124202218
HSL0.530.560.67
HSV190°43°85°
CMYK 0.430.070.00   0.15
XYZ42.087651.588174.0689
Yxy51.58810.25090.3075
Hunter Lab71.8249-21.0969-10.8650
CIE-Lab77.0339-19.9055-15.4925

#7ccada color RGB value is (124,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11011010
Octal 174 312 332
Decimal 124 202 218
Hex 7C CA DA

RGB Percentages of Color #7ccada

%22.79
%37.13
%40.07

CMYK Percentages of Color #7ccada

%43
%7
%0
%15

Triadic Colors of #7ccada

#7ccada #da7cca #cada7c

Analogous Colors of #7ccada

#7ccada #7c9bda #7cdabb

Monochromatic Colors of #7ccada

#7ccada

Complementary Color

#7ccada #da8c7c

#7ccada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccada Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccada Color CSS Codes

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

#7ccada Text Font Color

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

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


#7ccada Background Color

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

This div background color is #7ccada


#7ccada Border Color

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

This div border color is #7ccada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccada


Comments

No comments written yet.

Please login to write comment.