Color Hex Logo

#d0fcca Color Hex

#D0FCCA
(208,252,202)
0 Favorites   0 Comments

Color spaces of #d0fcca

RGB 208252202
HSL0.310.890.89
HSV113°20°99°
CMYK 0.170.000.20   0.01
XYZ71.483587.295068.9591
Yxy87.29500.31390.3833
Hunter Lab93.4318-26.937521.6422
CIE-Lab94.8633-23.158119.3895

#d0fcca color RGB value is (208,252,202).

#d0fcca hex color red value is 208, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d0fcca hue: 0.31 , saturation: 0.89 and the lightness value of d0fcca is 0.89.

The process color (four color CMYK) of #d0fcca color hex is 0.17, 0.00, 0.20, 0.01. Web safe color of #d0fcca is #ccffcc. Color #d0fcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111100 11001010
Octal 320 374 312
Decimal 208 252 202
Hex D0 FC CA

RGB Percentages of Color #d0fcca

%31.42
%38.07
%30.51

CMYK Percentages of Color #d0fcca

%17
%0
%20
%1

Triadic Colors of #d0fcca

#d0fcca #cad0fc #fccad0

Analogous Colors of #d0fcca

#d0fcca #cafcdd #e9fcca

Monochromatic Colors of #d0fcca

#d0fcca

Complementary Color

#d0fcca #f6cafc

#d0fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fcca Color CSS Codes

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

#d0fcca Text Font Color

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

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


#d0fcca Background Color

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

This div background color is #d0fcca


#d0fcca Border Color

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

This div border color is #d0fcca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,252,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0fcca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0fcca;
  -webkit-box-shadow: 1px 1px 3px 2px #d0fcca;
  box-shadow:         1px 1px 3px 2px #d0fcca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fcca

Related Colors


Comments

No comments written yet.

Please login to write comment.