Color Hex Logo

#cce97d Color Hex

#CCE97D
(204,233,125)
0 Favorites   0 Comments

Color spaces of #cce97d

RGB 204233125
HSL0.210.710.70
HSV76°46°91°
CMYK 0.120.000.46   0.09
XYZ57.742472.595930.3711
Yxy72.59590.35930.4517
Hunter Lab85.2032-28.135838.5081
CIE-Lab88.2546-25.903949.0731

#cce97d color RGB value is (204,233,125).

#cce97d hex color red value is 204, green value is 233 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cce97d hue: 0.21 , saturation: 0.71 and the lightness value of cce97d is 0.70.

The process color (four color CMYK) of #cce97d color hex is 0.12, 0.00, 0.46, 0.09. Web safe color of #cce97d is #ccff66. Color #cce97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101001 01111101
Octal 314 351 175
Decimal 204 233 125
Hex CC E9 7D

RGB Percentages of Color #cce97d

%36.30
%41.46
%22.24

CMYK Percentages of Color #cce97d

%12
%0
%46
%9

Triadic Colors of #cce97d

#cce97d #7dcce9 #e97dcc

Analogous Colors of #cce97d

#cce97d #96e97d #e9d07d

Monochromatic Colors of #cce97d

#cce97d

Complementary Color

#cce97d #9a7de9

#cce97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce97d Color CSS Codes

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

#cce97d Text Font Color

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

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


#cce97d Background Color

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

This div background color is #cce97d


#cce97d Border Color

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

This div border color is #cce97d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,233,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cce97d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cce97d;
  -webkit-box-shadow: 1px 1px 3px 2px #cce97d;
  box-shadow:         1px 1px 3px 2px #cce97d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce97d


Comments

No comments written yet.

Please login to write comment.