Color Hex Logo

#7ccbda Color Hex

#7CCBDA
(124,203,218)
0 Favorites   0 Comments

Color spaces of #7ccbda

RGB 124203218
HSL0.530.560.67
HSV190°43°85°
CMYK 0.430.070.00   0.15
XYZ42.323052.058974.1474
Yxy52.05890.25110.3089
Hunter Lab72.1519-21.5608-10.4235
CIE-Lab77.3160-20.4125-15.0681

#7ccbda color RGB value is (124,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001011 11011010
Octal 174 313 332
Decimal 124 203 218
Hex 7C CB DA

RGB Percentages of Color #7ccbda

%22.75
%37.25
%40.00

CMYK Percentages of Color #7ccbda

%43
%7
%0
%15

Triadic Colors of #7ccbda

#7ccbda #da7ccb #cbda7c

Analogous Colors of #7ccbda

#7ccbda #7c9cda #7cdaba

Monochromatic Colors of #7ccbda

#7ccbda

Complementary Color

#7ccbda #da8b7c

#7ccbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccbda Color CSS Codes

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

#7ccbda Text Font Color

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

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


#7ccbda Background Color

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

This div background color is #7ccbda


#7ccbda Border Color

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

This div border color is #7ccbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccbda


Comments

No comments written yet.

Please login to write comment.