Color Hex Logo

#7cccfd Color Hex

#7CCCFD
(124,204,253)
0 Favorites   0 Comments

Color spaces of #7cccfd

RGB 124204253
HSL0.560.970.74
HSV203°51°99°
CMYK 0.510.190.00   0.01
XYZ47.634754.5627100.9495
Yxy54.56270.23450.2686
Hunter Lab73.8666-14.1563-29.3219
CIE-Lab78.7887-11.4125-31.5907

#7cccfd color RGB value is (124,204,253).

#7cccfd hex color red value is 124, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7cccfd hue: 0.56 , saturation: 0.97 and the lightness value of 7cccfd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 11111101
Octal 174 314 375
Decimal 124 204 253
Hex 7C CC FD

RGB Percentages of Color #7cccfd

%21.34
%35.11
%43.55

CMYK Percentages of Color #7cccfd

%51
%19
%0
%1

Triadic Colors of #7cccfd

#7cccfd #fd7ccc #ccfd7c

Analogous Colors of #7cccfd

#7cccfd #7c8cfd #7cfdee

Monochromatic Colors of #7cccfd

#7cccfd

Complementary Color

#7cccfd #fdad7c

#7cccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cccfd Color CSS Codes

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

#7cccfd Text Font Color

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

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


#7cccfd Background Color

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

This div background color is #7cccfd


#7cccfd Border Color

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

This div border color is #7cccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cccfd


Comments

No comments written yet.

Please login to write comment.