Color Hex Logo

#7bcaef Color Hex

#7BCAEF
(123,202,239)
0 Favorites   0 Comments

Color spaces of #7bcaef

RGB 123202239
HSL0.550.780.71
HSV199°49°94°
CMYK 0.490.150.00   0.06
XYZ44.868952.684089.4655
Yxy52.68400.23990.2817
Hunter Lab72.5837-16.6787-22.2712
CIE-Lab77.6881-14.5088-25.7936

#7bcaef color RGB value is (123,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11101111
Octal 173 312 357
Decimal 123 202 239
Hex 7B CA EF

RGB Percentages of Color #7bcaef

%21.81
%35.82
%42.38

CMYK Percentages of Color #7bcaef

%49
%15
%0
%6

Triadic Colors of #7bcaef

#7bcaef #ef7bca #caef7b

Analogous Colors of #7bcaef

#7bcaef #7b90ef #7befda

Monochromatic Colors of #7bcaef

#7bcaef

Complementary Color

#7bcaef #efa07b

#7bcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcaef Color CSS Codes

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

#7bcaef Text Font Color

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

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


#7bcaef Background Color

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

This div background color is #7bcaef


#7bcaef Border Color

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

This div border color is #7bcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcaef


Comments

No comments written yet.

Please login to write comment.