Color Hex Logo

#7cdbed Color Hex

#7CDBED
(124,219,237)
0 Favorites   0 Comments

Color spaces of #7cdbed

RGB 124219237
HSL0.530.760.71
HSV190°48°93°
CMYK 0.480.080.00   0.07
XYZ48.929861.062589.3281
Yxy61.06250.24550.3064
Hunter Lab78.1425-24.9796-13.0772
CIE-Lab82.4123-23.4643-17.5524

#7cdbed color RGB value is (124,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 11101101
Octal 174 333 355
Decimal 124 219 237
Hex 7C DB ED

RGB Percentages of Color #7cdbed

%21.38
%37.76
%40.86

CMYK Percentages of Color #7cdbed

%48
%8
%0
%7

Triadic Colors of #7cdbed

#7cdbed #ed7cdb #dbed7c

Analogous Colors of #7cdbed

#7cdbed #7ca3ed #7cedc7

Monochromatic Colors of #7cdbed

#7cdbed

Complementary Color

#7cdbed #ed8e7c

#7cdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbed Color CSS Codes

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

#7cdbed Text Font Color

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

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


#7cdbed Background Color

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

This div background color is #7cdbed


#7cdbed Border Color

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

This div border color is #7cdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbed


Comments

No comments written yet.

Please login to write comment.