Color Hex Logo

#7cbfeb Color Hex

#7CBFEB
(124,191,235)
0 Favorites   0 Comments

Color spaces of #7cbfeb

RGB 124191235
HSL0.570.740.70
HSV204°47°92°
CMYK 0.470.190.00   0.08
XYZ41.938447.544885.5639
Yxy47.54480.23960.2716
Hunter Lab68.9527-12.1001-25.3064
CIE-Lab74.5369-9.5936-28.4630

#7cbfeb color RGB value is (124,191,235).

#7cbfeb hex color red value is 124, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7cbfeb hue: 0.57 , saturation: 0.74 and the lightness value of 7cbfeb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111111 11101011
Octal 174 277 353
Decimal 124 191 235
Hex 7C BF EB

RGB Percentages of Color #7cbfeb

%22.55
%34.73
%42.73

CMYK Percentages of Color #7cbfeb

%47
%19
%0
%8

Triadic Colors of #7cbfeb

#7cbfeb #eb7cbf #bfeb7c

Analogous Colors of #7cbfeb

#7cbfeb #7c88eb #7cebe0

Monochromatic Colors of #7cbfeb

#7cbfeb

Complementary Color

#7cbfeb #eba87c

#7cbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbfeb Color CSS Codes

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

#7cbfeb Text Font Color

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

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


#7cbfeb Background Color

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

This div background color is #7cbfeb


#7cbfeb Border Color

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

This div border color is #7cbfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,191,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbfeb


Comments

No comments written yet.

Please login to write comment.