Color Hex Logo

#7cbdee Color Hex

#7CBDEE
(124,189,238)
0 Favorites   0 Comments

Color spaces of #7cbdee

RGB 124189238
HSL0.570.770.71
HSV206°48°93°
CMYK 0.480.210.00   0.07
XYZ41.942446.853387.7219
Yxy46.85330.23760.2654
Hunter Lab68.4495-10.4107-28.0689
CIE-Lab74.0958-7.6803-30.7622

#7cbdee color RGB value is (124,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111101 11101110
Octal 174 275 356
Decimal 124 189 238
Hex 7C BD EE

RGB Percentages of Color #7cbdee

%22.50
%34.30
%43.19

CMYK Percentages of Color #7cbdee

%48
%21
%0
%7

Triadic Colors of #7cbdee

#7cbdee #ee7cbd #bdee7c

Analogous Colors of #7cbdee

#7cbdee #7c84ee #7ceee6

Monochromatic Colors of #7cbdee

#7cbdee

Complementary Color

#7cbdee #eead7c

#7cbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbdee Color CSS Codes

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

#7cbdee Text Font Color

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

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


#7cbdee Background Color

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

This div background color is #7cbdee


#7cbdee Border Color

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

This div border color is #7cbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbdee


Comments

No comments written yet.

Please login to write comment.