Color Hex Logo

#7ccbde Color Hex

#7CCBDE
(124,203,222)
0 Favorites   0 Comments

Color spaces of #7ccbde

RGB 124203222
HSL0.530.600.68
HSV192°44°87°
CMYK 0.440.090.00   0.13
XYZ42.852952.270976.9379
Yxy52.27090.24910.3038
Hunter Lab72.2986-20.7219-12.4855
CIE-Lab77.4425-19.3709-17.0302

#7ccbde color RGB value is (124,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001011 11011110
Octal 174 313 336
Decimal 124 203 222
Hex 7C CB DE

RGB Percentages of Color #7ccbde

%22.59
%36.98
%40.44

CMYK Percentages of Color #7ccbde

%44
%9
%0
%13

Triadic Colors of #7ccbde

#7ccbde #de7ccb #cbde7c

Analogous Colors of #7ccbde

#7ccbde #7c9ade #7cdec0

Monochromatic Colors of #7ccbde

#7ccbde

Complementary Color

#7ccbde #de8f7c

#7ccbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccbde Color CSS Codes

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

#7ccbde Text Font Color

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

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


#7ccbde Background Color

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

This div background color is #7ccbde


#7ccbde Border Color

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

This div border color is #7ccbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccbde


Comments

No comments written yet.

Please login to write comment.