Color Hex Logo

#cce75d Color Hex

#CCE75D
(204,231,93)
0 Favorites   0 Comments

Color spaces of #cce75d

RGB 20423193
HSL0.200.740.64
HSV72°60°91°
CMYK 0.120.000.60   0.09
XYZ55.453570.779521.0950
Yxy70.77950.37640.4804
Hunter Lab84.1306-29.572644.0249
CIE-Lab87.3778-27.795462.5101

#cce75d color RGB value is (204,231,93).

#cce75d hex color red value is 204, green value is 231 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cce75d hue: 0.20 , saturation: 0.74 and the lightness value of cce75d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100111 01011101
Octal 314 347 135
Decimal 204 231 93
Hex CC E7 5D

RGB Percentages of Color #cce75d

%38.64
%43.75
%17.61

CMYK Percentages of Color #cce75d

%12
%0
%60
%9

Triadic Colors of #cce75d

#cce75d #5dcce7 #e75dcc

Analogous Colors of #cce75d

#cce75d #87e75d #e7bd5d

Monochromatic Colors of #cce75d

#cce75d

Complementary Color

#cce75d #785de7

#cce75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce75d Color CSS Codes

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

#cce75d Text Font Color

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

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


#cce75d Background Color

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

This div background color is #cce75d


#cce75d Border Color

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

This div border color is #cce75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce75d


Comments

No comments written yet.

Please login to write comment.