Color Hex Logo

#7cdbef Color Hex

#7CDBEF
(124,219,239)
0 Favorites   0 Comments

Color spaces of #7cdbef

RGB 124219239
HSL0.530.780.71
HSV190°48°94°
CMYK 0.480.080.00   0.06
XYZ49.223761.180190.8759
Yxy61.18010.24460.3040
Hunter Lab78.2177-24.5480-14.1327
CIE-Lab82.4755-22.9357-18.5187

#7cdbef color RGB value is (124,219,239).

#7cdbef hex color red value is 124, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7cdbef hue: 0.53 , saturation: 0.78 and the lightness value of 7cdbef is 0.71.

The process color (four color CMYK) of #7cdbef color hex is 0.48, 0.08, 0.00, 0.06. Web safe color of #7cdbef is #66ccff. Color #7cdbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 11101111
Octal 174 333 357
Decimal 124 219 239
Hex 7C DB EF

RGB Percentages of Color #7cdbef

%21.31
%37.63
%41.07

CMYK Percentages of Color #7cdbef

%48
%8
%0
%6

Triadic Colors of #7cdbef

#7cdbef #ef7cdb #dbef7c

Analogous Colors of #7cdbef

#7cdbef #7ca2ef #7cefca

Monochromatic Colors of #7cdbef

#7cdbef

Complementary Color

#7cdbef #ef907c

#7cdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbef Color CSS Codes

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

#7cdbef Text Font Color

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

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


#7cdbef Background Color

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

This div background color is #7cdbef


#7cdbef Border Color

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

This div border color is #7cdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbef


Comments

No comments written yet.

Please login to write comment.