Color Hex Logo

#74ceda Color Hex

#74CEDA
(116,206,218)
0 Favorites   0 Comments

Color spaces of #74ceda

RGB 116206218
HSL0.520.580.65
HSV187°47°85°
CMYK 0.470.060.00   0.15
XYZ41.928752.917674.3339
Yxy52.91760.24780.3128
Hunter Lab72.7445-24.4184-9.6643
CIE-Lab77.8263-23.8014-14.3357

#74ceda color RGB value is (116,206,218).

#74ceda hex color red value is 116, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #74ceda hue: 0.52 , saturation: 0.58 and the lightness value of 74ceda is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 11011010
Octal 164 316 332
Decimal 116 206 218
Hex 74 CE DA

RGB Percentages of Color #74ceda

%21.48
%38.15
%40.37

CMYK Percentages of Color #74ceda

%47
%6
%0
%15

Triadic Colors of #74ceda

#74ceda #da74ce #ceda74

Analogous Colors of #74ceda

#74ceda #749bda #74dab3

Monochromatic Colors of #74ceda

#74ceda

Complementary Color

#74ceda #da8074

#74ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ceda Color CSS Codes

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

#74ceda Text Font Color

<p style="color:#74ceda">Text here</p>

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


#74ceda Background Color

<div style="background-color:#74ceda">
Div content here</div>

This div background color is #74ceda


#74ceda Border Color

<div style="border:3px solid #74ceda">
Div here</div>

This div border color is #74ceda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,206,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74ceda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74ceda;
  -webkit-box-shadow: 1px 1px 3px 2px #74ceda;
  box-shadow:         1px 1px 3px 2px #74ceda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,206,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 #74ceda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ceda


Comments

No comments written yet.

Please login to write comment.