Color Hex Logo

#7bcdda Color Hex

#7BCDDA
(123,205,218)
0 Favorites   0 Comments

Color spaces of #7bcdda

RGB 123205218
HSL0.520.560.67
HSV188°44°85°
CMYK 0.440.060.00   0.15
XYZ42.654652.935674.2991
Yxy52.93560.25110.3116
Hunter Lab72.7569-22.6767-9.6170
CIE-Lab77.8370-21.6633-14.2899

#7bcdda color RGB value is (123,205,218).

#7bcdda hex color red value is 123, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7bcdda hue: 0.52 , saturation: 0.56 and the lightness value of 7bcdda is 0.67.

The process color (four color CMYK) of #7bcdda color hex is 0.44, 0.06, 0.00, 0.15. Web safe color of #7bcdda is #66cccc. Color #7bcdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11011010
Octal 173 315 332
Decimal 123 205 218
Hex 7B CD DA

RGB Percentages of Color #7bcdda

%22.53
%37.55
%39.93

CMYK Percentages of Color #7bcdda

%44
%6
%0
%15

Triadic Colors of #7bcdda

#7bcdda #da7bcd #cdda7b

Analogous Colors of #7bcdda

#7bcdda #7b9eda #7bdab8

Monochromatic Colors of #7bcdda

#7bcdda

Complementary Color

#7bcdda #da887b

#7bcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdda Color CSS Codes

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

#7bcdda Text Font Color

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

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


#7bcdda Background Color

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

This div background color is #7bcdda


#7bcdda Border Color

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

This div border color is #7bcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdda


Comments

No comments written yet.

Please login to write comment.