Color Hex Logo

#7cdbee Color Hex

#7CDBEE
(124,219,238)
0 Favorites   0 Comments

Color spaces of #7cdbee

RGB 124219238
HSL0.530.770.71
HSV190°48°93°
CMYK 0.480.080.00   0.07
XYZ49.076361.121290.0999
Yxy61.12120.24500.3052
Hunter Lab78.1800-24.7645-13.6037
CIE-Lab82.4439-23.2007-18.0357

#7cdbee color RGB value is (124,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 11101110
Octal 174 333 356
Decimal 124 219 238
Hex 7C DB EE

RGB Percentages of Color #7cdbee

%21.34
%37.69
%40.96

CMYK Percentages of Color #7cdbee

%48
%8
%0
%7

Triadic Colors of #7cdbee

#7cdbee #ee7cdb #dbee7c

Analogous Colors of #7cdbee

#7cdbee #7ca2ee #7ceec8

Monochromatic Colors of #7cdbee

#7cdbee

Complementary Color

#7cdbee #ee8f7c

#7cdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbee Color CSS Codes

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

#7cdbee Text Font Color

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

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


#7cdbee Background Color

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

This div background color is #7cdbee


#7cdbee Border Color

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

This div border color is #7cdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbee


Comments

No comments written yet.

Please login to write comment.