Color Hex Logo

#7bcdee Color Hex

#7BCDEE
(123,205,238)
0 Favorites   0 Comments

Color spaces of #7bcdee

RGB 123205238
HSL0.550.770.71
HSV197°48°93°
CMYK 0.480.140.00   0.07
XYZ45.432354.046688.9264
Yxy54.04660.24110.2869
Hunter Lab73.5164-18.3427-20.2565
CIE-Lab78.4889-16.3379-24.0358

#7bcdee color RGB value is (123,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11101110
Octal 173 315 356
Decimal 123 205 238
Hex 7B CD EE

RGB Percentages of Color #7bcdee

%21.73
%36.22
%42.05

CMYK Percentages of Color #7bcdee

%48
%14
%0
%7

Triadic Colors of #7bcdee

#7bcdee #ee7bcd #cdee7b

Analogous Colors of #7bcdee

#7bcdee #7b94ee #7beed6

Monochromatic Colors of #7bcdee

#7bcdee

Complementary Color

#7bcdee #ee9c7b

#7bcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdee Color CSS Codes

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

#7bcdee Text Font Color

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

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


#7bcdee Background Color

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

This div background color is #7bcdee


#7bcdee Border Color

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

This div border color is #7bcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdee


Comments

No comments written yet.

Please login to write comment.