Color Hex Logo

#cced69 Color Hex

#CCED69
(204,237,105)
0 Favorites   0 Comments

Color spaces of #cced69

RGB 204237105
HSL0.210.790.67
HSV75°56°93°
CMYK 0.140.000.56   0.07
XYZ57.735874.425724.6872
Yxy74.42570.36810.4745
Hunter Lab86.2703-31.513243.4227
CIE-Lab89.1233-29.664359.2918

#cced69 color RGB value is (204,237,105).

#cced69 hex color red value is 204, green value is 237 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cced69 hue: 0.21 , saturation: 0.79 and the lightness value of cced69 is 0.67.

The process color (four color CMYK) of #cced69 color hex is 0.14, 0.00, 0.56, 0.07. Web safe color of #cced69 is #ccff66. Color #cced69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 01101001
Octal 314 355 151
Decimal 204 237 105
Hex CC ED 69

RGB Percentages of Color #cced69

%37.36
%43.41
%19.23

CMYK Percentages of Color #cced69

%14
%0
%56
%7

Triadic Colors of #cced69

#cced69 #69cced #ed69cc

Analogous Colors of #cced69

#cced69 #8aed69 #edcc69

Monochromatic Colors of #cced69

#cced69

Complementary Color

#cced69 #8a69ed

#cced69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cced69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cced69 Color CSS Codes

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

#cced69 Text Font Color

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

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


#cced69 Background Color

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

This div background color is #cced69


#cced69 Border Color

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

This div border color is #cced69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cced69


Comments

No comments written yet.

Please login to write comment.