Color Hex Logo

#97cfdc Color Hex

#97CFDC
(151,207,220)
0 Favorites   0 Comments

Color spaces of #97cfdc

RGB 151207220
HSL0.530.500.73
HSV191°31°86°
CMYK 0.310.060.00   0.14
XYZ47.993656.372376.0616
Yxy56.37230.26600.3124
Hunter Lab75.0815-17.2918-7.5069
CIE-Lab79.8252-14.8853-12.2432

#97cfdc color RGB value is (151,207,220).

#97cfdc hex color red value is 151, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #97cfdc hue: 0.53 , saturation: 0.50 and the lightness value of 97cfdc is 0.73.

The process color (four color CMYK) of #97cfdc color hex is 0.31, 0.06, 0.00, 0.14. Web safe color of #97cfdc is #99cccc. Color #97cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001111 11011100
Octal 227 317 334
Decimal 151 207 220
Hex 97 CF DC

RGB Percentages of Color #97cfdc

%26.12
%35.81
%38.06

CMYK Percentages of Color #97cfdc

%31
%6
%0
%14

Triadic Colors of #97cfdc

#97cfdc #dc97cf #cfdc97

Analogous Colors of #97cfdc

#97cfdc #97addc #97dcc7

Monochromatic Colors of #97cfdc

#97cfdc

Complementary Color

#97cfdc #dca497

#97cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cfdc Color CSS Codes

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

#97cfdc Text Font Color

<p style="color:#97cfdc">Text here</p>

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


#97cfdc Background Color

<div style="background-color:#97cfdc">
Div content here</div>

This div background color is #97cfdc


#97cfdc Border Color

<div style="border:3px solid #97cfdc">
Div here</div>

This div border color is #97cfdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,207,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97cfdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97cfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #97cfdc;
  box-shadow:         1px 1px 3px 2px #97cfdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,207,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cfdc


Comments

No comments written yet.

Please login to write comment.