Color Hex Logo

#ceee48 Color Hex

#CEEE48
(206,238,72)
0 Favorites   0 Comments

Color spaces of #ceee48

RGB 20623872
HSL0.200.830.61
HSV72°70°93°
CMYK 0.130.000.70   0.07
XYZ57.197874.738817.5423
Yxy74.73880.38260.5000
Hunter Lab86.4516-33.191848.4853
CIE-Lab89.2705-31.618272.6733

#ceee48 color RGB value is (206,238,72).

#ceee48 hex color red value is 206, green value is 238 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ceee48 hue: 0.20 , saturation: 0.83 and the lightness value of ceee48 is 0.61.

The process color (four color CMYK) of #ceee48 color hex is 0.13, 0.00, 0.70, 0.07. Web safe color of #ceee48 is #ccff33. Color #ceee48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 01001000
Octal 316 356 110
Decimal 206 238 72
Hex CE EE 48

RGB Percentages of Color #ceee48

%39.92
%46.12
%13.95

CMYK Percentages of Color #ceee48

%13
%0
%70
%7

Triadic Colors of #ceee48

#ceee48 #48ceee #ee48ce

Analogous Colors of #ceee48

#ceee48 #7bee48 #eebb48

Monochromatic Colors of #ceee48

#ceee48

Complementary Color

#ceee48 #6848ee

#ceee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceee48 Color CSS Codes

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

#ceee48 Text Font Color

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

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


#ceee48 Background Color

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

This div background color is #ceee48


#ceee48 Border Color

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

This div border color is #ceee48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,238,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceee48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceee48;
  -webkit-box-shadow: 1px 1px 3px 2px #ceee48;
  box-shadow:         1px 1px 3px 2px #ceee48; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,238,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceee48


Comments

No comments written yet.

Please login to write comment.