Color Hex Logo

#7bcdea Color Hex

#7BCDEA
(123,205,234)
0 Favorites   0 Comments

Color spaces of #7bcdea

RGB 123205234
HSL0.540.730.70
HSV196°47°92°
CMYK 0.470.120.00   0.08
XYZ44.851053.814185.8652
Yxy53.81410.24310.2916
Hunter Lab73.3581-19.2421-18.0479
CIE-Lab78.3532-17.4276-22.0995

#7bcdea color RGB value is (123,205,234).

#7bcdea hex color red value is 123, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7bcdea hue: 0.54 , saturation: 0.73 and the lightness value of 7bcdea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11101010
Octal 173 315 352
Decimal 123 205 234
Hex 7B CD EA

RGB Percentages of Color #7bcdea

%21.89
%36.48
%41.64

CMYK Percentages of Color #7bcdea

%47
%12
%0
%8

Triadic Colors of #7bcdea

#7bcdea #ea7bcd #cdea7b

Analogous Colors of #7bcdea

#7bcdea #7b96ea #7bead0

Monochromatic Colors of #7bcdea

#7bcdea

Complementary Color

#7bcdea #ea987b

#7bcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdea Color CSS Codes

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

#7bcdea Text Font Color

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

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


#7bcdea Background Color

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

This div background color is #7bcdea


#7bcdea Border Color

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

This div border color is #7bcdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,205,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdea


Comments

No comments written yet.

Please login to write comment.